Next: 1.7.4 行列演算
Up: 1.7 Xlispから統計処理用に拡張された xlispstat
Previous: 1.7.2 関数名の検索 apropos
たとえばidentity-matrixの機能や引数について
知りたいとすると,helpという関数を用いることができる.
> (help 'identity-matrix)
IDENTITY-MATRIX
[function-doc]
Args: (n)
Returns the identity matrix of rank N.
NIL
という具合にひとつの引数をもつ関数で単位行列を作るということが
わかります.また,逆行列を求めるinverseというのもありますが,
それをhelpすると,
> (help 'inverse)
INVERSE
[function-doc]
Args: (m)
Returns the inverse of the square matrix M;
signals an error if M is ill conditioned or singular
NIL
となる.
generated through LaTeX2HTML. M.Inaba 平成18年5月7日