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!