How to solve x^4-px+q in terms of p and q

4 views (last 30 days)
Solve for x

Answers (1)

madhan ravi
madhan ravi on 23 Sep 2018
syms p q x
eqn=x^4-p*x+q
[p,q]=solve(eqn,p,q)

Community Treasure Hunt

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

Start Hunting!