coupler_parametric =
How to calculate real roots of a polynomial equation under square root ?
Afficher commentaires plus anciens
syms t
coupler_parametric=[5163136522924301/2251799813685248,...
2^(1/2)/2 - (8*t)/(t^2 + 1), - (4*(t^2 - 1))/(t^2 + 1) - 2];
norm(coupler_parametric)
%upto this step ,i have calculated norm, if t can be any real number
%further i want to calculate real roots of equation given below,
eq= norm(coupler_parametric)-3.5;
%please help someone
%thanks!!
2 commentaires
John D'Errico
le 2 Juin 2024
@Aman You don't need to ask this question a third time. You have now gotten answers both times you asked.
Aman
le 2 Juin 2024
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Number Theory dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

