How to use the second solution of an equation?
Hi, I'm new to Sage and have the following question:
After solving an equation, Sage gives me two possible solutions:
sage: solve((vMax-v0) == (DeltaV11+DeltaV13), aMax)
[aMax == -sqrt(1/2a0^2 - j(v0 + j(vMax), aMax = sqrt(1/2a0^2 - j(v0 + j(vMax)]
For the further calculations, I have to use the second one. How can I do that?
Thank you for your help!