
111
editm(mx);
unsupported
eig(mx);
returns the eigenvalues of a general matrix
eigcg(mr,mi);
unsupported
eigcg2(mr,mi);
unsupported
eigch(mr,mi);
unsupported
eigch2(mr,mi);
unsupported
eigh(mx);
returns the eigenvalues of a symmetric matrix
{e,v}=eighv(mx);
returns the eigenvalues e and vectors v of a symmetric matrix
{er,ei}=eigrg(mx);
returns the eigenvalues of a general matrix
{er,ei,vr,vi}=eigrg2(mx);
returns the eigenvalues e and vectors v of a general matrix
eigrs(mx);
same as eigh
{e,v}=eigrs2(mx);
same as eighv
{e,v}=eigv(mx);
returns the eigenvalues e and vectors v of a general matrix
enable
ignored (see disable)
end();
closes all open files and stops the current run
envget(s);
returns the value of a environment variable
eof(fileno)
returns 1 if at end of file, 0 otherwise
eqsolve(func,start);
unsupported
erf(x);
returns erf(x), where erf is the error function
erfc(x);
returns 1 - erf(x)
error(i);
returns a missing value with embedded error code i, 0¡=i¡=65535
errorlog str;
prints the text s
Komentarze do niniejszej Instrukcji