Posts by Chittolina • 41 points
2 posts
-
1
votes2
answers5027
viewsQ: Product of Matrices
I am trying to create a method that returns the product of two matrices passed as parameter. The method is working only for square matrices and not for two 2x3 and 3x2 matrices, for example. If…
-
3
votes2
answers2182
viewsQ: Repeated elements in a matrix
I’m trying to make an algorithm that finds repeated elements in some matrix but I don’t know how. The algorithm should not check the repetition only in the rows or columns, but in the whole matrix…