Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

Github repo cloud-examples: https://github.com/sagemath/cloud-examples

Views: 7957
License: MIT

Interactive Elements

u, x = var('u x') @interact def diff_interact(n = slider(range(1,10), default = 3)): ex = sin(2*x^2) * x show(latex(ex)) show(latex(ex.diff(n)))
Interact: please open in CoCalc