Binomial theorem coding algorithm

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

 Respuesta aceptada

Torsten
Torsten el 23 de Oct. de 2022
Editada: Torsten el 23 de Oct. de 2022
You mean
syms a b
p = (a+b)^10;
expand(p)
?

3 comentarios

John D'Errico
John D'Errico el 23 de Oct. de 2022
@Torsten Why are you now doing obvious homework assignment questions for students?
Torsten
Torsten el 23 de Oct. de 2022
Editada: Torsten el 23 de Oct. de 2022
It's Sunday - I'm bored.
Zishan
Zishan el 23 de Oct. de 2022
Yeap

Iniciar sesión para comentar.

Más respuestas (0)

Productos

Versión

R2013b

Preguntada:

el 23 de Oct. de 2022

Comentada:

el 23 de Oct. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by