Can I solve symbolic mathematical operations with matlab?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Bob
le 2 Avr 2016
Réponse apportée : Shivam Nishad
le 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
Réponse acceptée
Plus de réponses (2)
Voir également
Catégories
En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!