Problem 43301. Calculate inverse matrix in m by n matrix
x=(1:10)' y=roundn(2*x+7*rand(size(x)),-1)
a*x=y
Estimate a using inverse matrix calculation. This is principle of linear regression.
Solution Stats
Problem Comments
-
2 Comments
As a friendly reminder, we can see the test suite, so it makes the problem more challenging if the solution is not explicitly in the test suite.
The Test Suite needs to allow for floating-point errors in all test cases, as demonstrated in Solution 1575603. (Refer to Problem 44690.) Also, there should be at least four test cases for every problem.
Solution Comments
Show commentsProblem Recent Solvers89
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
52495 Solvers
-
Extract leading non-zero digit
2244 Solvers
-
1617 Solvers
-
Back to basics 8 - Matrix Diagonals
958 Solvers
-
Change the first and last diagonal element of the identity matrix to zero
158 Solvers
More from this Author27
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!