Thanks, Nils. That's actually very helpful to know.
--
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
UR
On Sep 5, 3:17 pm, Nick wrote:
> Q1. How can I extract elements from a solution set?
>
> For example, consider:
>
> sage: x, y = var('x, y')
> sage: solve([x+y==6, x-y==4], x, y)
> [[x == 5, y == 1]]
If you use "solution_dict=true", you get the solutions back in a form
that is probably more suita
Thanks, Phil. That worked like a dream! Much obliged.
--
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-suppor