4. 如附圖所示為 R 語言程式碼片段,下列敘述哪一項正確?(A) mat_a[1,2]結果為 3 (B) class(mat_b)結果為"list" (C) byrow = TRUE 表示物件是以橫列順序建立 (D) mat_a %*% mat_b 結果為 0