homog {clifford} | R Documentation |
Homogenous Clifford objects
Description
A clifford object is homogenous if all its terms are the same grade. A
scalar (including the zero clifford object) is considered to be
homogenous. This ensures that is.homog(grade(C,n))
always
returns TRUE
.
Usage
is.homog(C)
Arguments
C |
Object of class clifford |
Note
Nonzero homogenous clifford objects have a multiplicative inverse.
Author(s)
Robin K. S. Hankin
Examples
is.homog(rcliff())
is.homog(rcliff(include.fewer=FALSE))
[Package clifford version 1.0-8 Index]