A = [1 2 3 4; 5 6 7 8] B = [1 2 3 4 1 2 3 4; 5 6 7 8 5 6 7 8; 1 2 3 4 1 2 3 4; 5 6 7 8 5 6 7 8]
Project Euler: Problem 1, Multiples of 3 and 5
1063 Solvers
Given a 4x4 matrix, swap the two middle columns
298 Solvers
find the maximum element of the matrix
254 Solvers
170 Solvers
Find Out sum of principal diagonal element of given matrix
151 Solvers
Problem Tags