Binomial theorem coding algorithm

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

 Accepted Answer

Torsten
Torsten on 23 Oct 2022
Edited: Torsten on 23 Oct 2022
You mean
syms a b
p = (a+b)^10;
expand(p)
?

3 Comments

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

Sign in to comment.

More Answers (0)

Products

Release

R2013b

Asked:

on 23 Oct 2022

Commented:

on 23 Oct 2022

Community Treasure Hunt

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

Start Hunting!