Can I solve symbolic mathematical operations with matlab?
Mostrar comentarios más antiguos
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 comentario
Azzi Abdelmalek
el 2 de Abr. de 2016
To solve what?
Respuesta aceptada
Más respuestas (2)
Karan Suresh
el 11 de Jul. de 2019
0 votos
Expand the polynomial
Shivam Nishad
el 17 de Mayo de 2021
0 votos
can you please solve these with the help of matlab.

Categorías
Más información sobre Symbolic Math Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!