Series Product
Versione 1.0.0.0 (1,43 KB) da
Greg von Winckel
Computes the product of two power series.
This simple script numerically computes the power series coefficients of the product of two power series. While this can be done with only one line symbolically,
c=sym2poly(poly2sym(a,x)*poly2sym(b,x))
the symbolic computation is typically very slow especially as the number of terms increases.
Cita come
Greg von Winckel (2024). Series Product (https://www.mathworks.com/matlabcentral/fileexchange/5409-series-product), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R12
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Scopri di più su Calculus in Help Center e MATLAB Answers
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0.0 |