On Mar 12, 9:18 am, Michael Beeson <profbee...@gmail.com> wrote: > On the pagehttp://www.sagemath.org/doc/reference/sage/symbolic/expression.html > > the first example has eqn.subs(x==5) and I think it should be > eqn.subs(x=5)
It seems to work either way, and there are examples in the documentation using both: type sage: eqn = (x-1)^2 <= x^2 - 2*x + 3 sage: eqn.subs? to see the docs. -- John -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org