Hello dear, can anybody helping me, how can I calculate this matrix in Matlab, i want to find this Unknown value, Ma and Va?

2 views (last 30 days)
Hello dear, can anybody helping me, how can I calculate this matrix in Matlab, i want to find this Unknown value, Ma and Va?

Answers (1)

Stephan
Stephan on 26 Feb 2021
A = [1 5; 0 1]
b = [46; 16]
sol = A\b

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!