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

17.23% Correct | 82.77% Incorrect
Last Solution submitted on Jan 02, 2026

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers89

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!