homog: Homogenous Clifford objects

homogR 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))

clifford documentation built on Aug. 14, 2022, 1:05 a.m.