Create the matrix:
1.0e+15 *
0.0000 0.0000 0.0000 0.0000 0.0000
0.0000 0.0000 0.0000 0.0000 0.0000
0.0001 0.0010 0.0100 0.1000 1.0000Find the row vector of all column means
Hint: Use logspace to create the matrix. Avoid looking at the test suite before writing a solution
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers56
Suggested Problems
-
112971 Solvers
-
10620 Solvers
-
Given a matrix, return the last eigen value
231 Solvers
-
636 Solvers
-
149 Solvers
More from this Author29
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
This problem needs improvement.
FIRST: the Problem Statement is badly flawed. The starting matrix which is presented appears to contain zero for all entries in the first two rows, although apparently this is not what was intended (according to the Test Suite). SECOND: the Test Suite explicitly contains the solution, and there is only one test case. Asking people not to look is futile. Test Suites should be constructed with multiple cases by generalising the Problem Statement (e.g. allowing different numbers of rows in the starting matrix). See Problem 44616 for further discussion. —DIV