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

4 visualizzazioni (ultimi 30 giorni)
jahanzaib shahzad
jahanzaib shahzad il 23 Set 2018
Commentato: madhan ravi il 23 Set 2018
Solve for x

Risposte (1)

madhan ravi
madhan ravi il 23 Set 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!

Translated by