Does anyone know how to code in matlab help me with this problem
Question One: Perform the following to the matrix 3412 5202 ļ1 ļ3 3 2 09ļ22 Save each output in a variable named the same as its branch a. Extract first row (š) b. Extract last column (š) c. Multiply row vector š with row column š d. Change row column š to be a row vector e. Find the sum of all elements of š f. Find the identity matrix using the inverse matrix property š“ ā š“ā1 = š¼ g. Find the number of rows and columns of š [š, š] h. Check if this matrix has more āve or +ve elements, print āPositiveā if +ve elements are more than āve ones, print āNegativeā otherwise. (consider 0 a +ve element) i. Replace āve elements with zeros and show the new matrix š j. Generate the following matrix by using concatenation property on matrix š 3434 š½=5252 ļ1 ļ3 ļ1 ļ3 0909