allcliff: Clifford object containing all possible terms

allcliffR Documentation

Clifford object containing all possible terms

Description

The Clifford algebra on basis vectors e1,e2,...,en has 2^n independent multivectors. Function allcliff() generates a clifford object with a nonzero coefficient for each multivector.

Usage

allcliff(n,grade)

Arguments

n

Integer specifying dimension of underlying vector space

grade

Grade of multivector to be returned. If missing, multivector contains every term of every grade <=n

Author(s)

Robin K. S. Hankin

Examples

allcliff(6)

a <- allcliff(5)
a[] <- rcliff()*100


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