Finding roots of symbolic expression
46 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Aleem Andrew
il 3 Nov 2021
Risposto: Walter Roberson
il 3 Nov 2021
You cannot directly use the roots function to find the roots of a symbolic expression.
syms x
fx = x^2 + 2*x + 1
How do you find the roots of fx other than by typing the coefficients in an array?
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Symbolic Math Toolbox 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!