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.
Path: blob/master/sympy/sympy-intro.sagews
Views: 951
Sympy
Cells are evaluated in Sage, hence there are a few differences.
- Raw Python integer numbers are entered by appending an
r
, like42r
. - The
^
symbol automatically expands to**
.
x + x*log(2)/log(x)
2*pi*log(4*pi)/log(2*pi)
3/2
(x**2 - 1)/(x - 1)
x + 1
⎛ 2 ⎞ ⎛ 2 ⎞
⎜ x 1 ⎟ ⎜ x 1 ⎟
x⋅log⎜───── - ─────⎟ - x + log⎜───── - ─────⎟
⎝x - 1 x - 1⎠ ⎝x - 1 x - 1⎠
Interact: please open in CoCalc