polylongdiv

Version 1.1.0.0 (727 Bytes) by Weihu Wang
Obtains the repeated long division expression of a polynomial fraction
183 Downloads
Updated 12 Jun 2014

View License

% obtains the repeated long division expression of a polynomial fraction
% b, a, are nom and den without discretion
% returns the coefficients of each term
% example:
% polylongdiv([1 2 1 3],[1 4 2])

Cite As

Weihu Wang (2024). polylongdiv (https://www.mathworks.com/matlabcentral/fileexchange/45587-polylongdiv), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Polynomials in Help Center and MATLAB Answers
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

* Added an example describing functionality
* Bug fix

1.0.0.0