|
From: Ethan M. <merritt@u.washington.edu> - 2007-08-09 19:15:26
|
On Thursday 09 August 2007 11:55, Dietmar Warning wrote:
> Hello Ethan,
>
> in working out an smith chart example the latest cvs version 4.3 doesn't
> work with following script:
>
> -----------------------------------------
> complex(x,y) = x*{1,0}+y*{0,1}
> conformal(z) = (z-1)/(z+1)
>
> set parametric
>
> a = 0
> plot real( conformal(complex(a,t), 10) ), imag(conformal(complex(a,t),10)) lt 1
Isn't that a real error in the script?
Your plot command contains a term conformal(complex(a,t), 10)
but the definition of conformal() only has one variable.
Perhaps the cvs version does more error checking, while the old
version silently ignored the extra parameter?
--
Ethan A Merritt
|