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

1 次查看(过去 30 天)
Hello dear, can anybody helping me, how can I calculate this matrix in Matlab, i want to find this Unknown value, Ma and Va?

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by