From 9301b110596e86926365d02f60a2929dca9c01a7 Mon Sep 17 00:00:00 2001 From: Pete Looney Date: Mon, 12 Oct 2020 17:06:56 -0500 Subject: [PATCH] added Wikipedia URL --- Maths/MatrixMultiplication.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Maths/MatrixMultiplication.js b/Maths/MatrixMultiplication.js index dd708d4a5..f3f7dc120 100644 --- a/Maths/MatrixMultiplication.js +++ b/Maths/MatrixMultiplication.js @@ -1,3 +1,5 @@ +// Wikipedia URL for General Matrix Multiplication Concepts: https://en.wikipedia.org/wiki/Matrix_multiplication + // MatrixCheck tests to see if all of the rows of the matrix inputted have similar size columns const matrixCheck = (matrix) => { let columnNumb