1. Create a 5×5 identity matrix A. 2. Take the transpose of the given array B = [101 91 81 71 61 51 41 31 21 11 ] 1.3 -0.4 0.3 0.1 2.1 3.4 2.8 6.6 -1.1 1.0 3. Create a matrix C and find the size of the matrix C = 0.5 0.0 -3.5 2.5 6.0 -2.0 1.1 1.0 5.1 1.1 6.8 -1.5 -3 3.2 0 14 14 0.3 3.4 2.8 6.6 4. Using array accessing and sub-array, assign a scalar 14 in matrix C (as given) 14 14 -3.5 -2.0 1.1 1.0 14 14 -3 14 0.1 2.1 3.4 -1.1 1.0 5. Using array accessing and sub-array, eleminate the second and third columns 14 2.5 6.0 -2.0 5.1 1.1 14 3.2 0 6. if C*X=l, find X using the ‘inv()’ command and using ” operator. Consider I as 5×5 identity matrix 7. F = .2, (3’3 3’3 0.1 2.1] – 1.1 1.0 2.5 6.0 5.1 1.1 3.2 0