Question: Do in Matlab Problem #1 1. Create matrix A, which is a 3 3 matrix of zeros. 2. Create matrix B, which is a 3

Do in Matlab

Do in Matlab Problem #1 1. Create matrix A, which is a

Problem #1 1. Create matrix A, which is a 3 3 matrix of zeros. 2. Create matrix B, which is a 3 x 4 matrix of zeros. 3. Create matrix C, which is a 3 x 3 matrix of ones. 4. Create matrix D, which is a 5 x 3 matrix of ones. 5. Create matrix E, which is a 4 6 matrix in which all the elements have a value of pi. 6. Use the diag function to create matrix F whose diagonal has values of 1, 2, 3. Extract the diagonal from this matrix and assign it to variable G b. a. Extract the diagonal that runs from lower left to upper right from this matrix and assign it to variable H (Use MATLAB's help document, search for the "fliplr". 7. Create matrix I, J, K which are matrix of zeros the same size as each of the matrices a, b, and c from Problem 1 in the lab work. (Use the "size" function to help you accomplish this task. You need to define matrices a, b and c again in your HW script) 8. Create matrix L, which is a 6 x 6 magic matrix (Use MATLAB's help document, search for "magic" to learn more about this special matrix). a. Find the sum of each of the rows? (use the "sum" function) b. Find the sum of each of the columns? c. Find the sum of the two diagonals? 9. Create matrix M, which is a 3 x 3 matrix extracted from the upper right-hand corner of the magic matrix you created in part 8. ls this also a magic matrix? (write the necessary commands to justify your answer)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!