aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger2008-04-11 22:26:48 +0000
committerJay Belanger2008-04-11 22:26:48 +0000
commit629f618d69f177ff6b95483cc6232d6374cb4b0c (patch)
tree59cbedc92a0a0cb6e97a84853efb5daaec5c96cc
parent87c24bb7401ddbcfdc177015e252107f47d13c80 (diff)
downloademacs-629f618d69f177ff6b95483cc6232d6374cb4b0c.tar.gz
emacs-629f618d69f177ff6b95483cc6232d6374cb4b0c.zip
calc.texi (Vector and Matrix Arithmetic): Add mention of `kron'.
-rw-r--r--doc/misc/calc.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi
index bfef5f953ff..6f1552f02b6 100644
--- a/doc/misc/calc.texi
+++ b/doc/misc/calc.texi
@@ -20108,6 +20108,12 @@ The @kbd{V T} (@code{calc-mtrace}) [@code{tr}] command computes the
20108trace of a square matrix. This is defined as the sum of the diagonal 20108trace of a square matrix. This is defined as the sum of the diagonal
20109elements of the matrix. 20109elements of the matrix.
20110 20110
20111@kindex V K
20112@pindex calc-kron
20113@tindex kron
20114The @kbd{V K} (@code{calc-kron}) [@code{kron}] command computes
20115the Kronecker product of two matrices.
20116
20111@node Set Operations, Statistical Operations, Vector and Matrix Arithmetic, Matrix Functions 20117@node Set Operations, Statistical Operations, Vector and Matrix Arithmetic, Matrix Functions
20112@section Set Operations using Vectors 20118@section Set Operations using Vectors
20113 20119