vick2075
vick2075
I have a function taking in a Matrix and a number as such: def rada(a,s): ast=[ ] for k in range(0, int(s)): ite = 0 for i in range(0, int(s)):...
I'm using windows 10 and VScode. I have binaryx64 python3.9 installed along with python libraries like numpy, sympy, etc. However, I'm new to c++ I do not know how to...
Hello, In your nbody_solve code, the code is for 1st Order ODEs. Do you have this for a 2nd Order ODEs? Thanks Vick
Hi I have Windows 10 and Python 311 with pip installed. I never used flask applications before. Can you please tell me which files to copy to my laptop and...