Create an anti-identity matrix of given dimension.
Examples
n = 2 A = [0 1; 1 0]
n = 3 A = [0 0 1; 0 1 0; 1 0 0]
Given an unsigned integer x, find the largest y by rearranging the bits in x
524 Solvers
Check if number exists in vector
2312 Solvers
397 Solvers
Element by element multiplication of two vectors
201 Solvers
Matrix of almost all zeros, except for main diagonal
122 Solvers
Problem Tags