Description Usage Arguments Details Value Examples
This function returns the product of two matrices. This function works only if columns of first matrix eqaual to rows of seconnd matrixs.
| 1 | tmatrixMultiply(X,Y)
 | 
| X | A numeric Matrix. | 
| Y | A numeric Matrix. | 
If number of columns of first matrix is not equal to the number of rows of second matrix or any one matrix is not a numeric matrix then this functions generates an error. If mxn is first matrix and axb is a second matrix then nxa will be the resultant matrix.
Returns the tropical product of X and Y
| 1 2 3 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.