calc.texi (Vector and Matrix Arithmetic): Add mention of `kron'.
This commit is contained in:
parent
87c24bb740
commit
629f618d69
1 changed files with 6 additions and 0 deletions
|
@ -20108,6 +20108,12 @@ The @kbd{V T} (@code{calc-mtrace}) [@code{tr}] command computes the
|
|||
trace of a square matrix. This is defined as the sum of the diagonal
|
||||
elements of the matrix.
|
||||
|
||||
@kindex V K
|
||||
@pindex calc-kron
|
||||
@tindex kron
|
||||
The @kbd{V K} (@code{calc-kron}) [@code{kron}] command computes
|
||||
the Kronecker product of two matrices.
|
||||
|
||||
@node Set Operations, Statistical Operations, Vector and Matrix Arithmetic, Matrix Functions
|
||||
@section Set Operations using Vectors
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue