harj12.m

a = 1;
b = -2;
c = 3;
x1 = (-b+sqrt(b^2-4*a*c))/(2*a)
x2 = (-b-sqrt(b^2-4*a*c))/(2*a)

r = roots( [a b c] )

Last modified: Wed Feb 1 07:41:53 2017