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

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Polynomials 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by