Challenge: Multiply Matrices
Tarefa
Swipe to start coding
Multiply two 2D integer arrays (matrices) and return the resulting matrix.
- Multiply the two provided matrices according to matrix multiplication rules.
- The number of columns in the first matrix must match the number of rows in the second matrix.
- Return a new matrix containing the product.
- Each element in the resulting matrix should be calculated as the sum of products of corresponding elements from the row of the first matrix and the column of the second matrix.
Solução
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 4. Capítulo 6
single
Pergunte à IA
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo
Suggested prompts:
Can you explain this in simpler terms?
What are the main points I should remember?
Can you give me an example?
Awesome!
Completion rate improved to 3.57
Challenge: Multiply Matrices
Deslize para mostrar o menu
Tarefa
Swipe to start coding
Multiply two 2D integer arrays (matrices) and return the resulting matrix.
- Multiply the two provided matrices according to matrix multiplication rules.
- The number of columns in the first matrix must match the number of rows in the second matrix.
- Return a new matrix containing the product.
- Each element in the resulting matrix should be calculated as the sum of products of corresponding elements from the row of the first matrix and the column of the second matrix.
Solução
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 4. Capítulo 6
single