필터 지우기
필터 지우기

Can I solve symbolic mathematical operations with matlab?

조회 수: 2 (최근 30일)
Bob
Bob 2016년 4월 2일
답변: Shivam Nishad 2021년 5월 17일
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

채택된 답변

Walter Roberson
Walter Roberson 2016년 4월 2일
syms a b
expand( (a+b)^2 )

추가 답변 (2개)

Karan Suresh
Karan Suresh 2019년 7월 11일
Expand the polynomial

Shivam Nishad
Shivam Nishad 2021년 5월 17일
can you please solve these with the help of matlab.

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by