pseudoscalar | R Documentation |
Given a numeric value or vector, return a Clifford algebra element
pseudoscalar()
is.pseudoscalar(C)
C |
Object possibly of class Clifford |
Function pseudoscalar()
returns the unit pseudoscalar of
dimensionality option("maxdim")
and function
is.pseudoscalar()
checks for a Clifford object being a
pseudoscalar. Note that these functions require maxdim
to be set; otherwise they are meaningless.
Usually, one will set option(maxdim)
at the start of a session,
together with the signature. Then one might define I <-
pseudoscalar()
in the interests of compactness and legibility.
Robin K. S. Hankin
getcoeffs
,numeric_to_clifford
,const
options(maxdim=6)
I <- pseudoscalar()
is.pseudoscalar(I)
options(maxdim=NULL) # restore default
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.