Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: construction of Neural Network for solving Differential equations
Post: construction of Neural Network for solving Differe...

hello there, i m trying to construct a code for a neural network to solve differential equations here is the code, can one plz take a look of the errors. will be grateful import numpy as np from au...
arshad Data Science 0 1,625 Jun-04-2020, 09:20 AM
    Thread: Complex floating issue
Post: RE: Complex floating issue

(Nov-04-2019, 04:18 PM)DeaD_EyE Wrote: Please use Code-Tags for code, otherwise the indentation is lost. You have to chose the right data type. Use numpy.complex128 as dtype. The real part is a 64 b...
arshad General Coding Help 2 11,848 Nov-05-2019, 03:26 PM
    Thread: Complex floating issue
Post: Complex floating issue

Can anyone make a look to following code why it cant calculate complex numbers in the defined arrray. import numpy as np n=5 alpha = 0.7 A=np.zeros([n+1,n+1]) B=np.zeros([n+1]) #sum=0 for i in range...
arshad General Coding Help 2 11,848 Nov-04-2019, 03:55 PM
    Thread: Matrix Calculation Problem
Post: RE: Matrix Calculation Problem

Why j in range(0) is not excuted because it value present in array A. i.e A[1][0]. why the code doesnot pick this value? (Nov-04-2019, 09:20 AM)Gribouillis Wrote: Why do you expect the result to be...
arshad General Coding Help 4 2,648 Nov-04-2019, 02:55 PM
    Thread: Matrix Calculation Problem
Post: Matrix Calculation Problem

I want to add array numbers in nested for loop. inner loop depends on outer loop. It give me some unexpected results. Following is my code please check and guide me about that problem import numpy as...
arshad General Coding Help 4 2,648 Nov-04-2019, 09:07 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020