The volume element in
volume(n)
is.volume(K)
Dimension of the space
Object of class kform
Function volume()
returns an object of class kform
;
function is.volume()
returns a Boolean.
Spivak phrases it well (theorem 4.6, page 82):
If
Let v_1,…,v_nv_1,...,v_n be a basis for
(w_1,…,w_n)=(a_ij)(v_1,… v_n)omitted; see PDF
(see the examples for numerical verification of this).
Neither the zero
Spivak
# NOT RUN {
as.kform(1) %^% as.kform(2) %^% as.kform(3) == volume(3) # should be TRUE
o <- volume(5)
M <- matrix(runif(25),5,5)
det(M) - as.function(o)(M) # should be zero
# }
Run the code above in your browser using DataLab