Learn R Programming

clifford (version 1.0-8)

homog: 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

Author

Robin K. S. Hankin

Examples

Run this code
is.homog(rcliff())
is.homog(rcliff(include.fewer=FALSE))

Run the code above in your browser using DataLab