Generate two random 6*6 matrices with integer entries by setting A= round(10*rand(6)) and B= round(20*rand(6))-10 Plea

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Generate two random 6*6 matrices with integer entries by setting A= round(10*rand(6)) and B= round(20*rand(6))-10 Plea

Post by answerhappygod »

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)
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply