The python script looks like this (sorry, thought attachments would be 
inlined):


import julia 
 
j = julia.Julia() 
 
j.using("DASSL") 
 
f = lambda t, x, dx: x - dx 
r = j.dasslSolve(f, 1., [0., 10.])

Reply via email to