diff options
Diffstat (limited to '3293/CH4/EX4.1')
-rw-r--r-- | 3293/CH4/EX4.1/Ex4_1.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3293/CH4/EX4.1/Ex4_1.sce b/3293/CH4/EX4.1/Ex4_1.sce new file mode 100644 index 000000000..bf5782b5a --- /dev/null +++ b/3293/CH4/EX4.1/Ex4_1.sce @@ -0,0 +1,9 @@ +//page 117
+//Example 4.1
+clc;
+clear;
+close;
+disp('The set of n*n matrices over a field is a linear algebra with identity.');
+disp('This algebra is not commutative if n >= 2.');
+disp('And the field which is an algebra with identity is commutative.');
+//end
|