diff options
Diffstat (limited to '27/CH5/EX5.2.6/Example_5_2_6.sce')
-rwxr-xr-x | 27/CH5/EX5.2.6/Example_5_2_6.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/27/CH5/EX5.2.6/Example_5_2_6.sce b/27/CH5/EX5.2.6/Example_5_2_6.sce new file mode 100755 index 000000000..39711acd1 --- /dev/null +++ b/27/CH5/EX5.2.6/Example_5_2_6.sce @@ -0,0 +1,9 @@ +clear;
+clc;
+close;
+
+A=[1 2;3 4]
+
+t=det(A)
+
+disp("Since t = -2 hence the fixed point is a Stable fixed point.")
|