セクション 1. 章 27
single
Challenge: Multiply Matrices
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
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.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 27
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください