summaryrefslogtreecommitdiff
path: root/3293/CH7/EX7.2/Ex7_2.sce
blob: d64ddac1356080e6e2d1f7d65979a0730f460ad5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//page 239
//Example 7.2
clc;
clear;
close;
disp('Any 2*2 matrix over Field F is similar over F to exactly one matrix of the types:');
disp('c     0');
disp('0     c');
disp('or');
disp('0     -c0');
disp('1     -c1');
//end