Learn R Programming

quhomology (version 1.1.1)

quhomology-package: Calculation of Homology groups of a rack/birack

Description

This package provides the functionality to calculate the rack, quandle and degenerate Homology groups of a given rack or birack.

Arguments

Details

Package: quhomology
Type: Package
Version: 1.0
Date: 2014-10-10
License: GPL v3+

~~ An overview of how to use the package, including the most important functions ~~

References

http://www.maths.sussex.ac.uk/Staff/RAF/Maths/homo.pdf

Examples

Run this code
# NOT RUN {
#Using the up and down action as provided for the dihedral quandle, we can then calculate:

#$H_3^R(R_3)$ by 
homology(3,3,FALSE)


#$H_3^Q(R_3)$ by 
homology(3,3,TRUE)

#$H_3^D(R_3)$ by 
degenerate_homology(3,3)

# }

Run the code above in your browser using DataLab