Description Usage Arguments Details Value Examples
This function returns a vector in result of vector matrix tropical product.This function works only if length of vector equal to number of columns of matrix.
1 | tvectotMatrixProduct(Y,x)
|
Y |
A numeric matrix. |
x |
A numeric vector. |
If the given argument x
is not a numeric vector or argument Y
is not a numeric matrix and the length of vector is not equal to the number of columns of matrix then the function generates an error.
Returns the tropical product of vectror x
and matrix Y
.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.