Afficher commentaires plus anciens
syms is a command or not? how to find integration?
Réponses (2)
Paulo Silva
le 18 Août 2011
yes and no, to do symbolic integration use int
syms x
int(x*log(1 + x), 0, 1)
Walter Roberson
le 18 Août 2011
1 vote
syms uses command/function duality, as is often the case for save() and load().
syms is part of the Symbolic Toolbox and is not defined if you do not have that toolbox.
For numeric integration, see http://www.mathworks.com/help/techdoc/ref/f16-5872.html#f16-6472 and http://www.mathworks.com/help/techdoc/ref/polyint.html and http://www.mathworks.com/help/techdoc/ref/f16-5872.html#f16-6443 and http://www.mathworks.com/help/techdoc/ref/trapz.html (and http://www.mathworks.com/help/techdoc/ref/cumtrapz.html)
Catégories
En savoir plus sur Calculus 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!