
Trying to code this in Python version 3.
try:
f = open('raven.txt')
out = open('raven_new.txt', "w")
line = ""
for line in f:
out.write(line)
f.close()
out.close()
except Exception:
print("File not found")
I'm trying to use the odeint function or the quad
function to integrate my integrand in my calc_Hmatrix function.
however I am not sure what my y0 or my t would need to be in order
to get the code to run properly. please help, if more information
is needed I can update this post
Project1(1) (1) (1) x S ㄨ scipyintegrate.odeint--Sc | + jupyter Project1(1) ()(1r File Edit View Insert Cell Kernel Widgets Help +x4r,수+H.CCode Trusted Python 3 O...