How to do polynomial differentiation
Mostrar comentarios más antiguos
How to do polynomial differentiation without using known matlab commands
2 comentarios
Guillaume
el 28 de Mzo. de 2018
Why wouldn't you want to use known matlab commands. And for that matter, what are unknown matlab commands then?
Raiven Balderas
el 28 de Mzo. de 2018
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 28 de Mzo. de 2018
0 votos
Multiply each location in the coefficient vector by the degree it corresponds to, and get rid of the location corresponding to degree 0. You can probably build the degree list using the ":" operator.
Categorías
Más información sobre Calculus en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!