Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Lambda function with sympy.matrices package solution in Clear category for Determinant by Phil15
from sympy.matrices import Matrix
checkio = lambda M: int(Matrix(M).det())
April 6, 2018
Comments: