Ask Your Question

max's profile - activity

2018-01-04 21:16:33 +0200 received badge  Nice Question (source)
2018-01-04 21:16:00 +0200 received badge  Famous Question (source)
2015-03-23 23:52:15 +0200 received badge  Notable Question (source)
2014-05-17 22:37:01 +0200 received badge  Popular Question (source)
2013-10-06 21:21:11 +0200 received badge  Student (source)
2013-09-28 17:27:30 +0200 received badge  Supporter (source)
2013-09-28 17:04:20 +0200 commented answer solve complex ODE (like f'(x) = I*f(x)) numerically

Thank you very much for your answer. The link you posted shows me how it should be possible to solve my problem. When/if i solve it i will post my solution here.

2013-09-27 15:59:49 +0200 asked a question solve complex ODE (like f'(x) = I*f(x)) numerically

Hi!

i want so solve several complex valued (non-linear) ode's. I tried desolve_rk4. I got the error "Expecting a number when the initial state is replaced in the equations, but instead found: 0.5%i" in my equations, but also in the more simple one in the title. I can solve the equation f'(x) = If(x) symbolically, of course, but the equations i am interested in i want to solve numerically. So my question is (and i did not find an answer by reading the documentation or the google-results): Is it me how cannot pose the problem in a way that sage can solve it, or is it sage that cannot solve the problem.

Thank you for helping,

Max