Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Views: 168695
Image: ubuntu2004

I have set the drop-down box to be "sage".

I sort of wish this HTML editor was fully LaTeX-able.

Letstryit!Doesitwork?Nope:(Let's try it! Does it work? Nope :(

pretty_print_default()
%latex Hello, let's get started.
var('x, y, z') x+y
\newcommand{\Bold}[1]{\mathbf{#1}}x + y
%latex \section{Hi Stephen} Greetings!
# back to sage/python print latex(1/x+y)
y + \frac{1}{x}
[1/x+y, y^5, 2-exp(-x/y)]
\newcommand{\Bold}[1]{\mathbf{#1}}\left[y + \frac{1}{x}, y^{5}, -e^{-\frac{x}{y}} + 2\right]