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

11080 views
License: MIT
var('x') @interact def BCs(b=input_box(1,label='BC at far endpoint'), c = slider(1,5,step_size = .01), a = 1): P1 = text("$y''+y=0,\ y(0) = a,\ y(b) = c$",(4,-1/(c-3.14152))) P2 = plot(a*cos(x)+(b-a*cos(c))*sin(x)/sin(c),x,0,5) (P1+P2).show()
x
Interact: please open in CoCalc