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
Project: Testing 18.04
Path: sympy-1.5.ipynb
Views: 429Kernel: Python 3 (system-wide)
SymPy 1.5 on CoCalc
kernel: Python 3 (system-wide)
In [1]:
In [2]:
Out[2]:
<sympy.plotting.plot.Plot at 0x7ff9e3b0e9b0>
In [3]:
Out[3]:
In [4]:
Out[4]:
In [5]:
Out[5]:
<sympy.plotting.plot.Plot at 0x7ff9e3ec6ac8>
In [6]:
Out[6]:
In [7]:
Out[7]:
In [8]:
Out[8]:
complex 16 in fortran 95
In [9]:
Out[9]:
COMPLEX*16 function test(x, y)
implicit none
COMPLEX*16, intent(in) :: x
REAL*8, intent(in) :: y
test = x + y
end function
In [0]: