A_x_B | R Documentation |
A_x_B() function gives A Kronecker product B
A_x_B(A,B)
A |
A matrix. |
B |
A matrix. |
A_x_B(A , B) |
returns the matrix A Kronecker product B, |
A=matrix(rep(1,6),3,2)
B=matrix(seq(1,8),2,4 )
A_x_B(A,B)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.