diff options
Diffstat (limited to '964/CH7/EX7.6/7_6.sce')
-rwxr-xr-x | 964/CH7/EX7.6/7_6.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/964/CH7/EX7.6/7_6.sce b/964/CH7/EX7.6/7_6.sce new file mode 100755 index 000000000..08e8a35da --- /dev/null +++ b/964/CH7/EX7.6/7_6.sce @@ -0,0 +1,6 @@ +clc;
+clear;
+x=poly(0,'s');
+p=x^10 -1;
+disp("The roots of the polynomial are:")
+disp(roots(p))
\ No newline at end of file |