diff scripts/special-matrix/vander.m @ 3426:f8dde1807dee

[project @ 2000-01-13 08:40:00 by jwe]
author jwe
date Thu, 13 Jan 2000 08:40:53 +0000
parents ae7adbb591e8
children f49111e2d8a4
line wrap: on
line diff
--- a/scripts/special-matrix/vander.m	Thu Jan 13 08:32:16 2000 +0000
+++ b/scripts/special-matrix/vander.m	Thu Jan 13 08:40:53 2000 +0000
@@ -20,7 +20,7 @@
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} vander (@var{c})
 ## Return the Vandermonde matrix whose next to last column is @var{c}.
-## 
+##
 ## A Vandermonde matrix has the form
 ## @iftex
 ## @tex
@@ -33,7 +33,7 @@
 ## @end tex
 ## @end iftex
 ## @ifinfo
-## 
+##
 ## @example
 ## @group
 ## c(0)^n ... c(0)^2  c(0)  1
@@ -41,7 +41,7 @@
 ##  .           .      .    .
 ##  .           .      .    .
 ##  .           .      .    .
-##                  
+##
 ## c(n)^n ... c(n)^2  c(n)  1
 ## @end group
 ## @end example