1

次の行列 $A$ の対角成分を総和として正しいものを以下の選択肢から選びなさい。

$A = \begin{pmatrix} 1 & 3 \\ 4 & 5 \end{pmatrix}$

$6$

$1$

$5$

$7$

対角成分の和を計算すればよいので

$1 + 5 = 6$