Can I solve symbolic mathematical operations with matlab?

3 次查看(过去 30 天)
For instance:
(a+b)^2
a^2 + 2*a*b + b^2
(a+b+c)^2
a^2 + b^2 + c^2 + 2*a*b + 2*b*c + 2*a*c

采纳的回答

Walter Roberson
Walter Roberson 2016-4-2
syms a b
expand( (a+b)^2 )

更多回答(2 个)

Karan Suresh
Karan Suresh 2019-7-11
Expand the polynomial

Shivam Nishad
Shivam Nishad 2021-5-17
can you please solve these with the help of matlab.

类别

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