Can I solve symbolic mathematical operations with matlab?
Show older comments
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
1 Comment
Azzi Abdelmalek
on 2 Apr 2016
To solve what?
Accepted Answer
More Answers (2)
Karan Suresh
on 11 Jul 2019
0 votes
Expand the polynomial
Shivam Nishad
on 17 May 2021
0 votes
can you please solve these with the help of matlab.

Categories
Find more on Symbolic Math Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!