A clifford object is homogenous if all its terms are the same
grade.
Arguments
- C
Object of class clifford
Note
A scalar (including the zero clifford object) is considered to be
homogenous. This ensures that is.homog(grade(C,n)) always
returns TRUE.
Nonzero homogenous clifford objects have a multiplicative inverse.
Author
Robin K. S. Hankin
Examples
is.homog(rcliff())
#> [1] FALSE
is.homog(rcliff(include.fewer=FALSE))
#> [1] TRUE