Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
| Download
All published worksheets from http://sagenb.org
Project: sagenb.org published worksheets
Views: 184495Image: ubuntu2004
sin(x)/(cos(x) + 1)
-log(cos(x) + 1)
((y^2 + z + 1)^2 + (x^2 + y)^2 + 1)^2
<built-in method simplify of sage.symbolic.expression.Expression object at 0x5c97e60>
File: /sagenb/sage_install/sage-5.0-boxen-x86_64-Linux/local/lib/python2.7/site-packages/sage/calculus/functional.py
Type: <type ‘function’>
Definition: simplify(f)
Docstring:
Simplify the expression .
EXAMPLES: We simplify the expression .
sage: f = I + x - x; simplify(f) IIn fact, printing yields the same thing - i.e., the simplified form.