You are on page 1of 1

A=[1,-1,4;-5,4,7;-2,3,-3]

B=[1,7,6;-2,5,-4;7,0,-2]
C=[-3,3,-2;1,9,1]
D=[2;-1;8]
B-2*A
A*B
-B*D
2*C*(A-3*B)
A=[7,1/3;-6,1/2]
B=[1,-2,4;0,4,7;5,3,-1]
C=[1,7,-8;-3,2,3;9,0,-2]
D=[-2,4,7,-2;0,3,-4,-4;-2,3,5,0;0,1,-2,1]
>> det(2*A)=22
>> det(B-C)=375
>> det(D)=44.0000
A=[1,100,0;-1,8,0;5,2,0]
B=[1,-2,4;0,4,7;-25,-15,5]
C=[1,4/7,-2;0,1,4;5,-1/7,3]
D=[1,10,100;-2,3,4;pi,10*pi,100*pi]
>> det(A)=0
>> det(B)=875
>> det(C)=25
>> det(D)=0

You might also like