How to make polynom with unknown coefficients?

1 vue (au cours des 30 derniers jours)
Andrew Bobylkov
Andrew Bobylkov le 14 Fév 2019
Réponse apportée : Torsten le 14 Fév 2019
I can use only "sym a b c x" to create a*x^2+b*x+c?

Réponse acceptée

Torsten
Torsten le 14 Fév 2019
n = 10;
c = sym('c', [1 n]);
p = poly2sym(c)

Plus de réponses (0)

Catégories

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

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by