Mostrar comentarios más antiguos
syms is a command or not? how to find integration?
Respuestas (2)
Paulo Silva
el 18 de Ag. de 2011
yes and no, to do symbolic integration use int
syms x
int(x*log(1 + x), 0, 1)
Walter Roberson
el 18 de Ag. de 2011
1 voto
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)
Categorías
Más información sobre Calculus en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!