Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
For the division of univariate polynomials, given the dividend b(x) of degree n and the divisor a(x) of degree m, such that b(x) = q(x)*a(x) + r(x), the quotient q(x) of degree n-m and the remainder r(x) of degree m-1 are then obtained.
This very short code is similar to the MATLAB built-in function 'deconv.m'.
The presented routine [q,r] = poly_div(b,a) can avoid the un-wanted data preceeding the remaider's coefficients applying the built-in routine [q,r] = deconv(b,a). See author's self comment.
Citation pour cette source
Feng Cheng Chang (2026). Polynomial division - derived form covolution (https://fr.mathworks.com/matlabcentral/fileexchange/33214-polynomial-division-derived-form-covolution), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
Inspiré par : Polynomial division by convolution - quotient and reminder, Polynomial division by convolution -- up to finite terms
Informations générales
- Version 1.3.0.0 (1,25 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.3.0.0 | Shorten the m-file. |
||
| 1.2.0.0 | Update the m-file. |
||
| 1.0.0.0 |
