tests/testthat/test_aai.R

test_that("Test suite aai.R",{  # tests of the commutator .[x,y]
    options(maxdim = NULL)
    checker3 <- function(x,y,z){
        expect_true(is.zero(
            .[x,.[y,z]] +
            .[y,.[z,x]] +
            .[z,.[x,y]]
        ))
    }
    
    for(i in seq_len(7)){ checker3(rcliff(),rcliff(),rcliff()) }
})

Try the clifford package in your browser

Any scripts or data that you put into this service are public.

clifford documentation built on June 8, 2025, 10:56 a.m.