Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Schnaming solution in 3rd party category for Skew-symmetric Matrix by veky
from numpy import allclose, array as matrix
checkio = lambda m: allclose(m, -matrix(m).T)
Jan. 30, 2019
Comments: