Binomial theorem coding algorithm

Write down the code for binomial expansion with degree /power 10,also define the role of factor and simplify.

 采纳的回答

Torsten
Torsten 2022-10-23
编辑:Torsten 2022-10-23
You mean
syms a b
p = (a+b)^10;
expand(p)
?

3 个评论

@Torsten Why are you now doing obvious homework assignment questions for students?
Torsten
Torsten 2022-10-23
编辑:Torsten 2022-10-23
It's Sunday - I'm bored.

请先登录,再进行评论。

更多回答(0 个)

类别

产品

版本

R2013b

Community Treasure Hunt

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

Start Hunting!

Translated by