Mercurial > hg > octave-lyh
comparison scripts/polynomial/poly.m @ 5428:2a16423e4aa0
[project @ 2005-08-23 18:38:27 by jwe]
author | jwe |
---|---|
date | Tue, 23 Aug 2005 18:38:28 +0000 |
parents | 4c8a2e4e0717 |
children | 34f96dd5441b |
comparison
equal
deleted
inserted
replaced
5427:a92afe70fb8d | 5428:2a16423e4aa0 |
---|---|
24 ## the characteristic polynomial of @var{a}. If @var{x} is a vector, | 24 ## the characteristic polynomial of @var{a}. If @var{x} is a vector, |
25 ## @code{poly (@var{x})} is a vector of coefficients of the polynomial | 25 ## @code{poly (@var{x})} is a vector of coefficients of the polynomial |
26 ## whose roots are the elements of @var{x}. | 26 ## whose roots are the elements of @var{x}. |
27 ## @end deftypefn | 27 ## @end deftypefn |
28 | 28 |
29 ## Author: KH <Kurt.Hornik@neuro.tuwien.ac.at> | 29 ## Author: KH <Kurt.Hornik@wu-wien.ac.at> |
30 ## Created: 24 December 1993 | 30 ## Created: 24 December 1993 |
31 ## Adapted-By: jwe | 31 ## Adapted-By: jwe |
32 | 32 |
33 function y = poly (x) | 33 function y = poly (x) |
34 | 34 |