フィルターのクリア

How to solve these easy equations below? (quadratic equation)

1 回表示 (過去 30 日間)
Übel
Übel 2014 年 11 月 9 日
編集済み: Roger Stafford 2014 年 11 月 9 日
C=1*L-(2*L+3);
C=7/(4*5*L^6);
Both C and L are unknown variables. How could I solve these equations? Looking for your answer!

回答 (2 件)

Image Analyst
Image Analyst 2014 年 11 月 9 日
Sounds like homework - is it? I'd set them equal to each other (to eliminate C) then use fzero() to find L, then stick in either equation to find C. Give that a try and come back with MATLAB code if you want any help with it. By the way, I don't see how the quadratic equation applies to this 6th order equation.

Roger Stafford
Roger Stafford 2014 年 11 月 9 日
編集済み: Roger Stafford 2014 年 11 月 9 日
Eliminate C and get the polynomial equation
20*L^7 + 60*L^6 + 7 = 0 (<-- Corrected)
and use 'roots'.

カテゴリ

Help Center および File ExchangeQuadratic Programming and Cone Programming についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by