Generate two random 6*6 matrices with integer entries by setting A= round(10*rand(6)) and B= round(20*rand(6))-10 Plea
Posted: Mon Jun 06, 2022 5:44 pm
Generate two random 6*6 matrices with integer entries by
setting
A= round(10*rand(6)) and B= round(20*rand(6))-10
Please write Matlab codes to compute each pair of matrix values
for sub-problems (a) to (f). In each case.
check whether the first value is equal to the second one.
(a) (5%) det(A) det(Aᵀ)
(b) (5%) det(A - B) det(A) - det(B)
(c) (5%) det(AB) det(A) det(B)
(d) (5%) det(A"B) det(Aᵀ)det(B)
(e) (5%) det(A-1) 1/det(A)
(1) (5%) det(AB-1) det(A)/det(B)
setting
A= round(10*rand(6)) and B= round(20*rand(6))-10
Please write Matlab codes to compute each pair of matrix values
for sub-problems (a) to (f). In each case.
check whether the first value is equal to the second one.
(a) (5%) det(A) det(Aᵀ)
(b) (5%) det(A - B) det(A) - det(B)
(c) (5%) det(AB) det(A) det(B)
(d) (5%) det(A"B) det(Aᵀ)det(B)
(e) (5%) det(A-1) 1/det(A)
(1) (5%) det(AB-1) det(A)/det(B)