Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You can use LaTeX in a text cell for beautiful formatting. Often, you can get similar formatting in the notebook without LaTeX by using the show command. For example, try:

var('x y z')
show(x*y/(x+3*z))