How do i execute expanding bracket problems?
이전 댓글 표시
Hi
I was wondering if i am able to solve bracket manipulation problems such as:
(a+b)(a+b) = a^2+2ba+b^2
and with additional powers
(3^n+4^n)^2
Thanks Jonathan
답변 (1개)
Andrew Newell
2011년 2월 22일
syms a b
expand((a+b)*(a+b))
syms n
expand((3^n+4^n)^2)
카테고리
도움말 센터 및 File Exchange에서 Common Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!