フィルターのクリア

Can this equation be solved for x? How does the solution look? Thank you

1 回表示 (過去 30 日間)
Karl
Karl 2023 年 5 月 25 日
回答済み: KSSV 2023 年 5 月 25 日
x^2-bx+a^2*x^4-d*x^2+c=0

採用された回答

KSSV
KSSV 2023 年 5 月 25 日
syms x a b c d
eqn = x^2-b*x+a^2*x^4-d*x^2+c==0
eqn = 
s = solve(eqn,x)
s = 

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePolynomials についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by