diff options
Diffstat (limited to '2048/CH2/EX2.2/mat_exp.sce')
-rwxr-xr-x | 2048/CH2/EX2.2/mat_exp.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/2048/CH2/EX2.2/mat_exp.sce b/2048/CH2/EX2.2/mat_exp.sce new file mode 100755 index 000000000..9127e89db --- /dev/null +++ b/2048/CH2/EX2.2/mat_exp.sce @@ -0,0 +1,5 @@ +// Exponential of the matrix
+// 2.2
+
+F = [-1 0;1 0];
+expm(F)
|