Padé coefficients
Versión 1.0.0 (2,25 KB) por
Kenneth Johnson
Calculate Padé coefficients corresponding to a truncated Taylor series.
Given a function's truncated Taylor series coefficient vector c, calculate a corresponding Padé approximant's numerator and denominator coefficient vectors a and b:
[a,b] = padecoef(c,N)
where N is the denominator polynomial order. (See demo_padecoef.m for usage example.)
Citar como
Kenneth Johnson (2025). Padé coefficients (https://la.mathworks.com/matlabcentral/fileexchange/114835-pade-coefficients), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2022a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxEtiquetas
Agradecimientos
Inspiración para: Polynomial-to-Pade coefficient conversion
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 1.0.0 |
