T.matrices {matrixcalc} | R Documentation |
List of T Matrices
Description
This function constructs a list of lists. The number of components in the high level list is n. Each of the n components is also a list. Each sub-list has n components each of which is an order n square matrix.
Usage
T.matrices(n)
Arguments
n |
a positive integer value for the order of the matrices |
Details
Let
be a representative order
matrix created with function
E.matrices
.
The order matrix
is defined as follows
Value
A list of components.
1 |
A list of |
2 |
A list of |
...
n |
A list of |
Each component of sublist
is a matrix
Note
The argument n must be an integer value greater than or equal to 2.
Author(s)
Frederick Novomestky fnovomes@poly.edu
References
Magnus, J. R. and H. Neudecker (1980). The elimination matrix, some lemmas and applications, SIAM Journal on Algebraic Discrete Methods, 1(4), December 1980, 422-449.
Magnus, J. R. and H. Neudecker (1999) Matrix Differential Calculus with Applications in Statistics and Econometrics, Second Edition, John Wiley.
See Also
Examples
T <- T.matrices( 3 )