
117
loess(y,x);
unsupported
log(ma);
returns the base 10 logarithm of a (use ln for natural logarithm!)
lower(s);
returns s in lower case (s can be a string or character matrix
lowmat(x);
returns the lower diagonal of x, upper diagonal is set to 0
lowmat1(x);
as lowmat, but diagonal is set to 1
lpos();
unsupported
lprint
unsupported
lpwidth
unsupported
lshow
unsupported
ltrisol(b,L);
returns x from Lx=b, where L is lower diagonal
{ml,mu}=lu(x);
returns LU decomp. of x, rows of L are reordered to reflect the pivoting.
lusol(b,L,U);
returns x from LUx=b, where L,U are from lu() (L may be row-reordered)
makevars(x,vnames,xnames);
unsupported
maxc(x);
returns the maximum value in each column as a column vector
maxindc(x);
returns the index of the maximum value in each column as a column vector
maxvec();
returns 2
3
1
mbesselei(x,n,alpha);
returns e
−x
I
α
(x),...,e
−x
I
n−1+α
(x)
mbesselei0(x);
returns e
−x
I
0
(x)
mbesselei1(x);
returns e
−x
I
1
(x)
mbesseli(x,n,alpha);
returns I
α
(x),I
1+α
(x),...,I
n−1+α
(x)
mbesseli0(x);
returns I
0
(x)
mbesseli1(x);
returns I
0
(x)
Komentarze do niniejszej Instrukcji