wedgeProduct
wedgeProduct(p,q,M)
-- returns the matrix which represents the multiplication map from
exteriorPower(p,M) ** exteriorPower(q,M)
to
exteriorPower(p+q,M)
.
Here
M
is free module.
Go to
main index
.
Go to
concepts index
.