Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
| Download
Project: Testing 18.04
Path: ad.ipynb
Views: 399Kernel: Python 3 (Ubuntu Linux)
Automatic Differentiation on CoCalc
use the Python 3 (Ubuntu Linux) kernel or SageMath 7.4
In [1]:
In [2]:
'1.3.2'
In [3]:
ad(3)
In [4]:
ad(0.9092974268256817)
So far, there shouldn’t be anything unexpected, but first and second derivatives can now be accessed through intuitive methods:
In [5]:
-0.8322936730942848
In [6]:
-3.637189707302727
In [7]:
-0.9999999999997864
In [0]: