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
  • Use MATLAB program to answer the following questions. Copy the MATLAB code and the results from running the code and sub...

    Use MATLAB program to answer the following questions. Copy the MATLAB code and the results from running the code and submit them as a pdf file 2. Find the following limits: 1 1) lim (ii) lim,-1-x-1 (iii) lim x→0+ 2. Find the following limits: 1 1) lim (ii) lim,-1-x-1 (iii) lim x→0+

  • 1. For a matrix 5 9 6 (1) Use Matlab command to calculate the transpose matrix...

    1. For a matrix 5 9 6 (1) Use Matlab command to calculate the transpose matrix (2) Use Matlab to calculate the determinant of the matrix (3) Justify if the matrix has the inverse matrix and use Matlab to calculate the inverse Matrix (4) Use Matlab to calculate the eignvalues and eignvectors of the Matrix

  • Please answer using MATHLAB. I need the code and the answer. Thanks, Use MATLAB or Scilab...

    Please answer using MATHLAB. I need the code and the answer. Thanks, Use MATLAB or Scilab to perform the following matrix operations 1) Find the determinant of ſi 7 -2 31 5 -1 9 13 2 51 31 4 6 18 -4 21 2) Find the inverse (A-2) of ſi 7 -2 3] 5 -1 9 13 2 51 314 6 18 -4 2' 3) Given the following set of linear equations X, + 2 x, – x3 + xy...

  • NOTE: WRITE MATLAB CODE then the results for each QUESTIONS: Q1: For the system of the...

    NOTE: WRITE MATLAB CODE then the results for each QUESTIONS: Q1: For the system of the equations [2x; + 3xy + x3 = 9 x2 + 2x2 + 3x3 = 0 3x; +x2+2x3 = 8) compute the unknowns Xı, X2, and X3 using the inverse matris method. Q2: Simplify the complex number z and express it both in rectangular and polar form. (3+ j4)(5 + j2)(2 260°) (3+j6)(1+12) NOTE: WRITE MATLAB CODE then the results for each QUESTIONS: Q3: Suppose...

  • 1. (20pts) Write the MATLAB program to find the multiplication of [B][A] MATLAB's matrix operation capabilities.....

    1. (20pts) Write the MATLAB program to find the multiplication of [B][A] MATLAB's matrix operation capabilities.. .you must code the individual steps. [4 51 =. Do not use 3 71 4 1 2,and [B] = 1 2 6 [A] = 0 4 15 2 6. 1. (20pts) Write the MATLAB program to find the multiplication of [B][A] MATLAB's matrix operation capabilities.. .you must code the individual steps. [4 51 =. Do not use 3 71 4 1 2,and [B] =...

  • Use the program MATLAB to answer the following question:Use the program MATLAB to answer the following...

    Use the program MATLAB to answer the following question:Use the program MATLAB to answer the following question: KE Mona File Use The Program MATLA x 0 Info Assignment 8, Matlab, spring 2017.docx O Download Close box 2/2 5. Write a program that accepts a year and determines whether the year is a leap year. Use the mod function. The output should be the variable extra day, which should be 1 if the year is a leap year and 0 otherwise....

  • Complete the following problems in Matlab environment. Copy your com mand and final answer from MATLAB command window a...

    Complete the following problems in Matlab environment. Copy your com mand and final answer from MATLAB command window and paste them in a word document. Submit a single word document file for the entire HW Problems: Code your own MATLAB program to find the approximate value of the integral J e dr with Trapezoidal rule for N 20, .e., 2 (formula 4.21 on Page 201 YS). Also give the relative error of t2o with de-1. (Hint: For-end loops or Elementwise...

  • Use MATLAB OR SCILAB TO PERFORM THE FOLLOWING MATRIX OPERATION Use MATLAB or Scilab to perform...

    Use MATLAB OR SCILAB TO PERFORM THE FOLLOWING MATRIX OPERATION Use MATLAB or Scilab to perform the following matrix operation 1 7 -2 3 10 91 5 -1 1) 2 51 13 7 -54 21 31 4 -15 2 9 6 18 -4 -2 31 Input: (copy and paste the MATLAB or Scilab command in the following box) Output: (copy and paste the output in the following box)

  • please answer all the questions! really need the help! >of 5 4. ZOOM Page The questions...

    please answer all the questions! really need the help! >of 5 4. ZOOM Page The questions listed below are intended to be answered using MATLAB which is available t p eapps.ps.edu. MATLAB are available lastpage o tis project, You should work out the solutions to these questions before starting the online quiz. You may use your solutions when you take the online quiz 1. Find the augmented matrix [Ab when T30, T 0, T = 20° and T= 10. 2....

  • Please follow following scripts: Script for part A:Script for Part B: Matlab Exercises 1. Find the...

    Please follow following scripts: Script for part A:Script for Part B: Matlab Exercises 1. Find the determinant (command: det(A)) and the condition number (command: cond(A)) of the Hilbert matrix H of order k (command: hilb(k)), for k = 1,2, ..., 10. Plot the determinant and the condition number as a function of k using a logarithmic scale for the vertical axis. Hint: The template to help you with this homework assignment is homework/hw15.m. 2. Determine if y is in the...

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