polynomial

383 days ago by obsidian37

@interact def _(a=[-10..10], b=[-10..10], c=[-10..10]): f = a*x^2 + b*x + c == 3; show(f) soln = solve(a*x^2 + b*x + c == 5, x)[0].rhs() show(soln) 
       

Click to the left again to hide and once more to show the dynamic interactive window