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.61% Correct | 83.39% Incorrect
Last Solution submitted on Sep 20, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers84

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!