Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You are given matrix A. C. and vector B, D, and O. You are only allowed to use these 5 variables to solve a-f,

  

You are given matrix A. C. and vector B, D, and O. You are only allowed to use these 5 variables to solve a-f, you are allowed to use MATLAB functions. Perform any needed Linear algeben steps to complete the task A 8 1 6 357 49 2 C- 9 1 6 024 47 8 0-7 1 2 B 35 1 6 26 19 24 D= 9 17 25 a) Solve for the product of 3A and B b) Solve for A+C and B-7D e) What is the difference between AO and A. "O d) Solve for x for Ax-D a To follow linear algebra rules, since A is 3x3 we need to have D=3x1. Only use the first three values of vector D to solve this section e) Concatenate Matrix A and C to be a 3x6 matrix and 6x3 matrix 1) Merge combine vectors B and D to make a 2x6 matrix. 1x12 vector, and a 12 x1 vector Expected outnuts 33 41 You are given this matrix, A=64 2 3 61 60 6 7 57 9 55 54 12 13 51 50 16 17 47 46 20 21 43 42 24 40 26 27 37 36 30 31 33 32 34 35 29 28 38 39 25 41 23 22 44 45 19 18 48 49 15 14 52 53 11 10 56 8 58 59 5 4 62 63 1 We are practicing the extrapolation of values from a matrix/vectors. Below are a series of tasks that you need to accomplish, they are a lot but they will allow you to understand how matrices and vectors work. Extract: a) The number in the first row and first column b) The number in the second row and second column c) The max value of matrix A d) The determinant of A e) The fourth column and fifth column f) The sixth row and eighth row. g) What does A(1) and A(2) output? When would this calling method be used for a matrix? h) The first and second rows (output a 2X8 matrix) i) The first and second columns (output an 8x2 matrix) j) Find the inverse of A using two techniques k) Transpose matrix A

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Design And Analysis Of Experiments

Authors: Douglas C., Montgomery

5th Edition

978-0471316497, 0471316490

More Books

Students also viewed these Mechanical Engineering questions