Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
1-liner: numpy determinant solution in 3rd party category for Determinant by Stensen
import numpy as np
checkio = lambda d: np.linalg.det(d)
Sept. 28, 2020
Comments: