Question: Just e,f,g in matlab code so i can try to run it for myself thank you so much guys! matrices in the appropriate position. Create

Just e,f,g in matlab code so i can try to run it for myself thank you so much guys!

Just e,f,g in matlab code so i can try to run itfor myself thank you so much guys! matrices in the appropriate position.

matrices in the appropriate position. Create the matrix using submatrices A, B, C, zeros and eye (that is, you are not allowed to enter the numbers explicitly). [i 0 -3 3 0 -3 -6 G= _ 0 1 1 -4 -5 4 6 1-5 -3 1 0 0 0 0 1-3 -1 0 1 0 0 0 ] 7. Manipulate a matrix: Do the following operations on matrix G created above in Problem 6. (a) Extract the 3 x 3 submatrix of G consisting of columns 1 through 3 and rows 1 through 3 and store it in the matrix H, that is, create a matrix [ 1 0 31 H= 0 1 1 1-5 -3 1 by extracting the appropriate rows and columns from the matrix G. (b) Create the matrix E obtained from H by replacing H21 = 0 by 5. Do not enter E explicitly. Hint: enter first E=H; to create a copy of the matrix H and then manipulate the matrix E. The resulting matrix should be [ 1 0 -31 E= 5 1 1 1-5 -3 1] (c) Create the matrix F obtained by deleting the third column of the matrix H. Do not enter F explicitly. (d) What happens if you type G(:,:) and hit return? Do not include the output in your lab report, but include a statement describing the output in words. What happens if you type G(:) and hit return? Do not include the output in your lab report, but include a statement describing the output in words. (e) What happens if you type G(5,6) and hit return? Explain. (f) What happens if you type max(G)? Explain. What happens if you type sum(G)? Explain. (g) What happens if you type G(G>3) and hit return? Can you explain how MATLAB got that answer? What happens if you type G(G>3) = 500 and hit return? Can you explain how MATLAB got that

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!