セクション 2. 章 2
single
Challenge: Calculate the Matrix Multiplication Result
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Your task is to write code that will multiply two matrices, A and B, using the dot product between two vectors.
- Specify the shape of the resulting matrix (number of rows and columns).
- Calculate the resulting matrix using the dot product between the corresponding rows of the first matrix and columns of the second matrix.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 2
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください