Question

33. Create the following matrix A. 36 34 32 30 28 26 24 22 20 18 16 14 12 10 8 6 4 2 By writing one command and using the

colon to address range of elements (do not type individual elements explicitly), use the matrix A to: A = (a) Create a six-element row vector named ha that contains the elements of the second row of A. (b) Create a three-element column vector named hb that contains the ele- ments of the sixth column of A. (c) Create a five-element row vector named hc that contains the first two ele- ments of the third row of A and the last three element of the first row of A.

Question image 1