summaryrefslogtreecommitdiff
path: root/149/CH2/EX2.48/ex48.sce
diff options
context:
space:
mode:
Diffstat (limited to '149/CH2/EX2.48/ex48.sce')
-rwxr-xr-x149/CH2/EX2.48/ex48.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/149/CH2/EX2.48/ex48.sce b/149/CH2/EX2.48/ex48.sce
new file mode 100755
index 000000000..9b67239b2
--- /dev/null
+++ b/149/CH2/EX2.48/ex48.sce
@@ -0,0 +1,5 @@
+clear
+clc
+A=[-1 2 -2;1 2 1;-1 -1 0]
+disp("R is matrix of transformation and D is a diagonal matrix ")
+[R D]=spec(A) \ No newline at end of file