Question: how would you answer the following inside MatLab 1. Generate random 5 x 5 matrices with integer entries by setting A = round(10* rand(5)) and

1. Generate random 5 x 5 matrices with integer entries by setting A = round(10* rand(5)) and B = round(20 * rand(5)) - 10 Use MATLAB to compute each of the pairs of numbers that follow. In each case, check whether the first number is equal to the second. (a) det(A) det(AT) (b) det(A + B) det(A) + det(B) (c) det(AB) det(A) det(B) (d) det(ATBT) det(AT) det(BT) (e) det(A-1) 1/det(A) (f) det(AB-1) det(A)/ det(B)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
