Oil: Unit onions

Description Usage Format Details Value Examples

Description

Each of the eight unit quaternions and octonions

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17

Format

Each one is an onionic vector of length one.

Details

Try Hi (=quaternion(i=1)) to get the pattern for the first four. The next ones are the zero quaternion, the pure imaginary quaternion with all components 1, and the quaternion with all components 1. The ones beginning with “O” follow a similar pattern.

These are just variables that may be overwritten and thus resemble T and F whose value may be changed.

Value

A length-one onion, either a quaternion or an octonion

Examples

1
2
3
4
5
Oall
seq_onion(from=O1,to=Oil,len=6)

stopifnot(Hj*Hk ==  Hi)
stopifnot(Okl*Oil == -Oj )  # See tests/test_aaa.R for the full set

onion documentation built on Feb. 11, 2021, 9:06 a.m.