i want to find roots of a polynomial whose power is 2.59 and 4.06?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
aa=abs(A^2)*Vr^4+2*abs(A)*(Vr^2)*abs(Z)*(P0*Vr^np*cos(thetaz-deltaA)+Q0*Vr^nq*sin(thetaz-deltaA))-Vs^2*Vr^2+(P0^2*Vr^2*np+Q0^2*Vr^2*nq)*abs(Z^2);
where
np=2.59
nq=4.06
i tried using
syms Vr;
aa=abs(A^2)*Vr^4+2*abs(A)*(Vr^2)*abs(Z)*(P0*Vr^np*cos(thetaz-deltaA)+Q0*Vr^nq*sin(thetaz-deltaA))-Vs^2*Vr^2+(P0^2*Vr^2*np+Q0^2*Vr^2*nq)*abs(Z^2);
ans1=vpasolve(aa,Vr);
please suggest with example
1 Commento
Walter Roberson
il 7 Mar 2021
By definition, polynomials only have non-negative integer powers of the variable they are polynomial in.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Polynomials in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!