Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download

📚 The CoCalc Library - books, templates and other resources

Views: 96190
License: OTHER

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