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

16.72% Correct | 83.28% Incorrect
Last Solution submitted on Nov 21, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers85

Suggested Problems

More from this Author27

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!