Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132924 views
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