#Example 2, page no 4 var('x') y = function('y', x) f(x) = desolve(diff(y, x) + x/y, y) show(f(x)) var('c') f(x, y) = x**2 + y**2 - 2*c implicit_plot(f.subs(c=1), (-pi, pi), (-pi, pi)) 

phanindra,student,nmrec

Kreyszig-1.1-2 (last edited 2010-12-16 11:45:39 by phani)