diff options
Diffstat (limited to '3422/CH4/EX4.3/Ex4_3.sce')
-rwxr-xr-x | 3422/CH4/EX4.3/Ex4_3.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3422/CH4/EX4.3/Ex4_3.sce b/3422/CH4/EX4.3/Ex4_3.sce new file mode 100755 index 000000000..54d9ac6fc --- /dev/null +++ b/3422/CH4/EX4.3/Ex4_3.sce @@ -0,0 +1,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)
\ No newline at end of file |