Can I solve symbolic mathematical operations with matlab?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Bob
el 2 de Abr. de 2016
Respondida: Shivam Nishad
el 17 de Mayo de 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
Respuesta aceptada
Más respuestas (2)
Shivam Nishad
el 17 de Mayo de 2021
can you please solve these with the help of matlab.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/620763/image.png)
0 comentarios
Ver también
Categorías
Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!