Symbolic Integration
显示 更早的评论
Hi everybody,
I have a little question about 'int' function. I have this code:
>> syms x y
>> int(x+y,x)
so I want to know why is this the result?:
ans =
(x + y)^2/2
instead of:
x^2/2+x*y
I'm a little confused about it, I hope you can help me understand.
采纳的回答
更多回答(1 个)
Walter Roberson
2011-3-12
0 个投票
Odd, I don't get that in Maple; unfortunately I don't have the Symbolic Toolbox to test with.
类别
在 帮助中心 和 File Exchange 中查找有关 Assumptions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!