Filter löschen
Filter löschen

Can I solve symbolic mathematical operations with matlab?

2 Ansichten (letzte 30 Tage)
Bob
Bob am 2 Apr. 2016
Beantwortet: Shivam Nishad am 17 Mai 2021
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

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 2 Apr. 2016
syms a b
expand( (a+b)^2 )

Weitere Antworten (2)

Karan Suresh
Karan Suresh am 11 Jul. 2019
Expand the polynomial

Shivam Nishad
Shivam Nishad am 17 Mai 2021
can you please solve these with the help of matlab.

Community Treasure Hunt

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

Start Hunting!

Translated by