I want to solve multivariable equation

5 ビュー (過去 30 日間)
KWI MI KIM
KWI MI KIM 2019 年 8 月 21 日
回答済み: Ted Shultz 2019 年 8 月 21 日
I'd like to solve the expression below about x.
x/y*((1+(r-1)/2*y^2)/(1+(r-1)/2*x^2))^((r+1)/2*(r-1))=a/b
x = ...

回答 (1 件)

Ted Shultz
Ted Shultz 2019 年 8 月 21 日
This is how you would sove this:
syms x y r a b
eqn =(x/y*((1+(r-1)/2*y^2)/(1+(r-1)/2*x^2))^((r+1)/2*(r-1))) == a/b
solve(eqn,x)
but I didn't find a solution...

カテゴリ

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