Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
4-liner: aim for the accuracy dawg solution in 3rd party category for Determinant by Stensen
import numpy as np
def checkio(data):
_, logdet = np.linalg.slogdet(data)
return _*np.exp(logdet)
Sept. 28, 2020
Comments: