summaryrefslogtreecommitdiff
path: root/26/CH5/EX5.2.13
diff options
context:
space:
mode:
Diffstat (limited to '26/CH5/EX5.2.13')
-rwxr-xr-x26/CH5/EX5.2.13/5_2_13.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/26/CH5/EX5.2.13/5_2_13.sce b/26/CH5/EX5.2.13/5_2_13.sce
new file mode 100755
index 000000000..9ceec408d
--- /dev/null
+++ b/26/CH5/EX5.2.13/5_2_13.sce
@@ -0,0 +1,6 @@
+disp('To find the eigenvalues of the matrix A')
+disp('A=')
+a=[6 -2 0;-2 9 0;5 8 3]
+disp(a)
+disp('Eigenvalues of A are:')
+disp(spec(a)) \ No newline at end of file