integration

2 次查看(过去 30 天)
Nikita Thalia
Nikita Thalia 2011-8-18
syms is a command or not? how to find integration?

回答(2 个)

Paulo Silva
Paulo Silva 2011-8-18
yes and no, to do symbolic integration use int
syms x
int(x*log(1 + x), 0, 1)

Walter Roberson
Walter Roberson 2011-8-18
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.

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by