diff scripts/polynomial/poly-tuwien.m @ 786:4fcd2e68dd3b

[project @ 1994-10-10 19:51:37 by jwe]
author jwe
date Mon, 10 Oct 1994 19:51:37 +0000
parents faf108b99d21
children
line wrap: on
line diff
--- a/scripts/polynomial/poly-tuwien.m
+++ b/scripts/polynomial/poly-tuwien.m
@@ -5,7 +5,7 @@
 # If x is a vector, poly (x) is a vector of coefficients of the polynomial
 # whose roots are the elements of x.
 
-# written by KH (Kurt.Hornik@neuro.tuwien.ac.at) on Dec 24, 1993
+# written by KH (Kurt.Hornik@ci.tuwien.ac.at) on Dec 24, 1993
 # copyright Dept of Probability Theory and Statistics TU Wien
 
   m = min(size(x));