Binomial theorem coding algorithm

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

 Risposta accettata

Torsten
Torsten il 23 Ott 2022
Modificato: Torsten il 23 Ott 2022
You mean
syms a b
p = (a+b)^10;
expand(p)
?

3 Commenti

@Torsten Why are you now doing obvious homework assignment questions for students?
Torsten
Torsten il 23 Ott 2022
Modificato: Torsten il 23 Ott 2022
It's Sunday - I'm bored.
Yeap

Accedi per commentare.

Più risposte (0)

Prodotti

Release

R2013b

Richiesto:

il 23 Ott 2022

Commentato:

il 23 Ott 2022

Community Treasure Hunt

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

Start Hunting!

Translated by