diff options
Diffstat (limited to '149/CH2/EX2.1')
-rwxr-xr-x | 149/CH2/EX2.1/ex1.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/149/CH2/EX2.1/ex1.sce b/149/CH2/EX2.1/ex1.sce new file mode 100755 index 000000000..a98a29805 --- /dev/null +++ b/149/CH2/EX2.1/ex1.sce @@ -0,0 +1,9 @@ +clc
+syms a;
+syms h;
+syms g;
+syms b;
+syms f;
+syms c;
+A=[a h g;h b f;g f c]
+det(A)
\ No newline at end of file |