blob: bf5782b5a9434b5f6a564aebc51193eeacb2bfa0 (
plain)
1
2
3
4
5
6
7
8
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
|