Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for Support and Testing.
Download

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

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