On 26 srp, 23:25, Ryan Hinton <iob...@email.com> wrote: > I am having trouble trying to use desolve_system. Am I doing > something wrong? If not, I can create trac tickets for these errors. > > 1. If I make the reference manual example easier, I get an exception: > > sage: t = var('t') > sage: x = function('x', t) > sage: de1 = diff(x,t) + 1 == 0 > sage: desolve_system([de1], [x]) > ... > TypeError: unable to make sense of Maxima expression '(x(t)=x(0)-t) > [1]' in Sage
Did some tests and it seems that desolve_sytems is not designed for solving one equation. Try desolve_laplace instead. I think that this could be fixed in future. Robert -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org