Can I solve symbolic mathematical operations with matlab?
Afficher commentaires plus anciens
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 commentaire
Azzi Abdelmalek
le 2 Avr 2016
To solve what?
Réponse acceptée
Plus de réponses (2)
Karan Suresh
le 11 Juil 2019
0 votes
Expand the polynomial
Shivam Nishad
le 17 Mai 2021
0 votes
can you please solve these with the help of matlab.

Catégories
En savoir plus sur Symbolic Math Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!