Learn R Programming

clifford (version 1.0-2)

allcliff: Clifford object containing all possible terms

Description

The Clifford algebra on basis vectors \(e_1,e_2,\ldots, e_n\) has \(2^n\) independent multivectors. Function allcliff() generates a clifford object with a nonzero coefficient for each multivector.

Usage

allcliff(n)

Arguments

n

Integer

Examples

Run this code
# NOT RUN {
allcliff(6)

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

# }

Run the code above in your browser using DataLab