Binomial theorem coding algorithm

3 次查看(过去 30 天)
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)
?

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Numbers and Precision 的更多信息

产品


版本

R2013b

Community Treasure Hunt

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

Start Hunting!

Translated by