even | R Documentation |
A clifford object is even if every term has even grade, and odd if every term has odd grade.
Functions is.even()
and is.odd()
test a clifford object
for evenness or oddness.
Functions evenpart()
and oddpart()
extract the even
or odd terms from a clifford object, and we write A+ and
A- respectively; we have A=A_+ + A_-
is.even(C) is.odd(C) evenpart(C) oddpart(C)
C |
Clifford object |
Robin K. S. Hankin
grade
A <- rcliff() A == evenpart(A) + oddpart(A) # should be true
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.