Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Jakým způsobem lze zjistit součet prvků na hlavní diagonále čtvercové matice M?
sum(diag(M))
diag(sum(M))
diag(M);sum(M);
sum(rot90(M))
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!