Basic matrix math in R
So I want to perform basic math using two matrices.
As my input I have two 3x3 matrices. I would like to divide every integer
in matrixA by every integer in matrixB and the output to be one 3x3 matrix
of their products.
What is the R function(s) that can do that for me.
Thanks in advance!
No comments:
Post a Comment