Given a list (length = n) of 2×2 matrices, how do I calculate the sum of all those matrices (and get a 2×2 matrix) ?
How can I do it, if instead of a list I have those matrices in a (2 x 2 x n) dimensional array ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sum of matrices in a list: