Borrar filtros
Borrar filtros

Can I solve symbolic mathematical operations with matlab?

2 visualizaciones (últimos 30 días)
Bob
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

Walter Roberson
Walter Roberson el 2 de Abr. de 2016
syms a b
expand( (a+b)^2 )

Más respuestas (2)

Karan Suresh
Karan Suresh el 11 de Jul. de 2019
Expand the polynomial

Shivam Nishad
Shivam Nishad el 17 de Mayo de 2021
can you please solve these with the help of matlab.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by