Scilab Function
Last update : 31/10/2005
inerfc - Repeated Integrals of the error
function
Calling Sequence
-
w = inerfc(z,n)
Parameters
-
z
: complex vector or complex matrix
-
n
: order of the repeated integral
-
w
: result of the repeated error function. Same size as z.
Description
-
This function is partially used for field propagation estimation.
Very special, not useful for everyone.
-
The function works recursive.
Examples
z=rand(2,5,'normal') + %i .*rand(2,5,'normal');
w=inerfc(z,4);
disp(w);
See Also
erfcomp
,
Authors
-
Dr. Andreas Geissler geisslea@web.de
Bibliography
Abramovitz / Stegun: "Handbook of mathematical functions"
Used Function
erfcomp