|
|
| File Information |
| Description |
SYLVESTER - Sylvester matrix of two polynomials
SYLVESTER(P,Q) returns the Sylvester Matrix associated with the two
polynomial representations P and Q. M is a N-by-N square matrix with
N being the total number of elements of P and Q.
Example:
P = [1 2 3 4] ; Q = [6 7] ;
M = sylvester(P,Q)
% -> 1 2 3 4 0
% 0 1 2 3 4
% 6 7 0 0 0
% 0 6 7 0 0
% 0 0 6 7 0
% 0 0 0 6 7
For more information, see http://en.wikipedia.org/wiki/Sylvester_matrix |
| MATLAB release |
MATLAB 7.6 (R2008a)
|
| Other requirements |
should work on most ML releases |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us at files@mathworks.com