On 15/07/11 21:49, achrzesz wrote:
awesome! I guess one will have first to simplify the equation if this looks complicated before executing the solver.t=var('t') taum, tauh, m = var('taum, tauh, m') f(t) = (1-e^(-t/taum))^m*(e^(-t/tauh)) d=diff(f(t),t) d1=(d==0).full_simplify() print d1.solve(t)
-- 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/sage-support URL: http://www.sagemath.org
