integration
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
syms is a command or not? how to find integration?
0 Commenti
Risposte (2)
Paulo Silva
il 18 Ago 2011
yes and no, to do symbolic integration use int
syms x
int(x*log(1 + x), 0, 1)
0 Commenti
Walter Roberson
il 18 Ago 2011
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)
0 Commenti
Vedere anche
Categorie
Scopri di più su Calculus 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!