summaryrefslogtreecommitdiff
path: root/3422/CH4/EX4.3/Ex4_3.sce
blob: 54d9ac6fcd30ec8e738dcccf438ceff2320fa1be (plain)
1
2
3
4
5
6
7
//Example 4.1, Page 76
clc;
p1=poly([.0016, -0.0266, 0.04], 'x', 'c')//Polynomial equation
disp('Part a')
disp('roots of the equation that slip will run is')
x=roots(p1)
disp(x)