Can I solve symbolic mathematical operations with matlab?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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
Weitere Antworten (2)
Siehe auch
Kategorien
Mehr zu Symbolic Math Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!