Octave program. write a script to generate a random 3×3 matrixcall M, the random values should be in the interval [1,10]
a. Create the inverse of M and store it in variable N
b. Multiply M by N (element wise) and store result in variablex
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 variablez
Note: make sure to display the results from each step a-d.
Expert Answer
An answer will be send to you shortly. . . . .