summaryrefslogtreecommitdiff
path: root/149/CH1/EX1.2/ex2.sce
blob: b3424c034e0657c62f0eae75930b78fd4eebeb4f (plain)
1
2
3
4
5
6
clear
clc
x=poly([0],'x');
p=3*(x^3)-4*(x^2)+x+88
disp("the roots of above equation are ")
roots(p)