Question: Need help Write a script to generate a random 3X3 matrix called M, the random values should be in the interval [1, 10] 2. a.
Write a script to generate a random 3X3 matrix called M, the random values should be in the interval [1, 10] 2. a. Create the inverse of Mand store it in variable N b. Multiply M by N (elementwise) and store the result in variable X c. Multiply M by N and store the result in variable Y d. Add 4 to each element of M and store the result in variable Z Note:make sure to display the results from each step a-d Answer lace screen shot of your script Write a script to generate a random 3X3 matrix called M, the random values should be in the interval [1, 10] 2. a. Create the inverse of Mand store it in variable N b. Multiply M by N (elementwise) and store the result in variable X c. Multiply M by N and store the result in variable Y d. Add 4 to each element of M and store the result in variable Z Note:make sure to display the results from each step a-d Answer lace screen shot of your script
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
