Question

Use MATLAB program to answer the following questions. Copy the MATLAB code and the results from running the code6. Find the determinant and inverse of the following 4 x 4 matrix 3 5 -2 6 2-1 A=11

0 0
Add a comment Improve this question Transcribed image text
Answer #1

clc;clear all;
A=[3 5 -2 6;1 2 -1 1;2 4 1 5;3 7 5 3];
I=inv(A);
D=det(A);
disp('Determinant of A is');
D
disp('Inverse of A is');
I

Command Window Determinant of A is -18.0000 inverse f A is 3.0000-4.3333 -3.3333 1.0000 -1.3333 2.3333 1.3333 -0.3333 0.1667-

Add a comment
Know the answer?
Add Answer to:
Use MATLAB program to answer the following questions. Copy the MATLAB code and the results from running the code 6. Find...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT