Module docstring
{"# Determinant of families of vectors
This file defines the determinant of an endomorphism, and of a family of vectors
with respect to some basis. For the determinant of a matrix, see the file
LinearAlgebra.Matrix.Determinant.
Main definitions
In the list below, and in all this file, R is a commutative ring (semiring
is sometimes enough), M and its variations are R-modules, ι, κ, n and m are finite
types used for indexing.
Basis.det: the determinant of a family of vectors with respect to a basis, as a multilinear mapLinearMap.det: the determinant of an endomorphismf : End R Mas a multiplicative homomorphism (ifMdoes not have a finiteR-basis, the result is1instead)LinearEquiv.det: the determinant of an isomorphismf : M ≃ₗ[R] Mas a multiplicative homomorphism (ifMdoes not have a finiteR-basis, the result is1instead)
Tags
basis, det, determinant ","### Determinant of a linear map "}