0

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

16th Apr 2020, 12:40 PM
Moe Faris
Moe Faris - avatar
1 Answer
+ 3
Please avoid mentioning multiple languages in thread tags, focus on your primary (matlab). People searching for threads related to C#, C++, Java will be disappointed when they find this thread in the search results because the language is included in tags of a thread about matlab. Hope you understand šŸ‘
16th Apr 2020, 12:57 PM
Ipang