Comment #9 on issue 1926 by smichr: ode tweaks
http://code.google.com/p/sympy/issues/detail?id=1926
Here are some examples:
[f(x) == (3*C1 + 3*x)**(1/3),
f(x) == -(3*C1 + 3*x)**(1/3)/2 - I*3**(1/2)*(3*C1 + 3*x)**(1/3)/2,
f(x) == -(3*C1 + 3*x)**(1/3)/2 + I*3**(1/2)*(3*C1 + 3*x)**(1/3)/2]
[f(x) == (3*C1 + 3*x)**(1/3),
f(x) == -(3*C1 + 3*x)**(1/3)/2 - I*3**(1/2)*(3*C1+ 3*x)**(1/3)/2,
f(x) == -(3*C1 + 3*x)**(1/3)/2 + I*3**(1/2)*(3*C1 + 3*x)**(1/3)/2]
[f(x) == (-C1*x + x**2)**(1/2), f(x) == -(-C1*x + x**2)**(1/2)]
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.