Calculation of unknown values of two equations without Symbolic Math toolbox

4 ビュー (過去 30 日間)
Rengin
Rengin 2019 年 8 月 20 日
編集済み: Bruno Luong 2019 年 8 月 20 日
% Dear users! I have two-simple equations as below:
% C1+C2=29;
% -3*C1-2*C2=-70;
% Unfortunately, I don't have Symbolic Math Toolbox and there is currently
% no way for get it. Is there any way to find the values of C1=12, C2=17 without syms ?
% Thanks in advance!

採用された回答

Bruno Luong
Bruno Luong 2019 年 8 月 20 日
編集済み: Bruno Luong 2019 年 8 月 20 日
C = [1 1; -3 -2] \ [29; -70]

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by