Problem 1815. 06 - Matrix Equations 3
Define the matrices aMat, bMat, and cMat:
( aMat = 9x9 matrix full of 2's )
( bMat = 9x9 matrix of zeros, but with the following values on the main diagonal: )
and
( cMat = 10x10 matrix where the numbers from 1 to 100 runs down the columns )
Using matrix operations, calculate zMat:
where l cMat l is the determinant of cMat (use det), and T indicates the transpose of the matrix
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers413
Suggested Problems
-
6447 Solvers
-
Given a matrix, return the last eigen value
224 Solvers
-
527 Solvers
-
Cumulative product of a vector
284 Solvers
-
375 Solvers
More from this Author26
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!