Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to extract one solution from the long output of solve(eq)

I am solving a system of symbolic equations with a lot of variables, but I only want to know the solution of say, x_1. How can I extract that information from "sage.structure.sequence.Sequence_generic"? It seems that the output has length only 1, so s[0] does not work.

Thank you!