matrix multiplication
Hi, Everyone,
I have two tables. Table A, Table B
Table A is a 1000*200 matrix
Table B is a 200*200 Matrix.
Table A - 1000 rows & 200 columns
Table B - 200 rows & 200 columns
I would like to write a pl/sql code to do matrix multiplication for the above 2 tables. Could anybody please help!
Thanks in advance