Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprenda Challenge: Multiply Matrices | Working with 2D Arrays
Quizzes & Challenges
Quizzes
Challenges
/
C# Arrays

bookChallenge: 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?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 4. Capítulo 6
single

single

Pergunte à IA

expand

Pergunte à IA

ChatGPT

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?

close

bookChallenge: 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

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 4. Capítulo 6
single

single

some-alt