powered by
Given a clifford object with all terms of grade 1, return the corresponding numeric vector
# S3 method for clifford as.vector(x,mode = "any")
Object of class clifford
ignored
numeric_to_clifford
# NOT RUN { x <- clifford(list(6,2,9),1:3) as.vector(x) as.1vector(as.vector(x)) == x # should be TRUE # }
Run the code above in your browser using DataLab