How can get roots of polynomial having variables in denominator.?

4 vues (au cours des 30 derniers jours)
Vinothkumar Sethurasu
Vinothkumar Sethurasu le 12 Fév 2021
Let
F(x)= (x^2+1)/(x+1)+(2*x^2+3)/(x+2)=0,
With syms x,
How can we find the roots of F(x).?

Réponse acceptée

KSSV
KSSV le 12 Fév 2021
Read about vpasolve.
syms x
F = (x^2+1)/(x+1)+(2*x^2+3)/(x+2)==0 ;
r = vpasolve(F)

Plus de réponses (0)

Catégories

En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by