First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If you put %display latex you do not have to write show(D), simply write D and start a new cell.

Regarding your second question, you can get the value of x in the first (actually the only one) solution of z by typing z[0][x]

click to hide/show revision 2
No.2 Revision

If you put %display latex you do not have to write show(D), simply write D and start a new cell.

Regarding your second question, you can do:

SR.var("x") == x1

and it will look like what you want if you have %display latex

Regarding your last question, you can get the value of x in the first (actually the only one) solution of z by typing z[0][x]