onion-package

tools:::Rd_package_title("onion")

tools:::Rd_package_title("onion")

tools:::Rd_package_description("onion") package

Details

tools:::Rd_package_DESCRIPTION("onion")

tools:::Rd_package_indices("onion")

There are precisely four normed division algebras over the reals: the reals themselves, the complex numbers, the quaternions, and the octonions. The system is well equipped to deal with the first two: the onion package provides some functionality for the third and fourth.

Author(s)

tools:::Rd_package_author("onion")

Maintainer: tools:::Rd_package_maintainer("onion")

References

R. K. S. Hankin 2006. Normed division algebras in R: introducing the onion package . R News, Volume 6, number 2

Examples

rquat(10) # random quaternions Ok + (Oi + Ojl)/(Oj-Oil) # basic octonions x <- roct(10) y <- roct(10) z <- roct(10) x*(y*z) - (x*y)*z # nonassociative!
  • Maintainer: Robin K. S. Hankin
  • License: GPL-2
  • Last published: 2024-03-29