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 CenterFile Exchange에서 Polynomials에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by