diff scripts/polynomial/poly.m @ 3499:3e3e14ad5149

[project @ 2000-01-31 05:18:07 by jwe]
author jwe
date Mon, 31 Jan 2000 05:18:13 +0000
parents a4cd1e9d9962
children 955ed0dcdc5f
line wrap: on
line diff
--- a/scripts/polynomial/poly.m
+++ b/scripts/polynomial/poly.m
@@ -19,7 +19,7 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} poly (@var{a})
-## If @var{a} is a square @var{N}-by-@var{N} matrix, @code{poly (@var{a})}
+## If @var{a} is a square @math{N}-by-@math{N} matrix, @code{poly (@var{a})}
 ## is the row vector of the coefficients of @code{det (z * eye (N) - a)},
 ## the characteristic polynomial of @var{a}.  If @var{x} is a vector,
 ## @code{poly (@var{x})} is a vector of coefficients of the polynomial