How to do polynomial differentiation
古いコメントを表示
How to do polynomial differentiation without using known matlab commands
2 件のコメント
Guillaume
2018 年 3 月 28 日
Why wouldn't you want to use known matlab commands. And for that matter, what are unknown matlab commands then?
Raiven Balderas
2018 年 3 月 28 日
採用された回答
その他の回答 (1 件)
Walter Roberson
2018 年 3 月 28 日
0 投票
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.
カテゴリ
ヘルプ センター および File Exchange で Calculus についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!