Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
同じ次元の 4 つの行列があるとします。
A = 1 2 5 4 2 9 B = 4 5 9 8 0 1 C = 5 3 9 0 4 0 D = 5 9 1 0 9 3
4 つの行列で対応するすべての要素の最大値を見つけるにはどうすればよいですか? 私の例では、結果は次のようになります。
maxABCD = 5 9 9 8 9 9
ありがとうございました...