Compare-methods | R Documentation |
Methods for comparison (equal to, greater than, etc) of onions. Only equality makes sense.
Return a boolean
# roct() > 0 # meaningless and returns an error
x <- as.octonion(matrix(sample(0:1,800,TRUE,p=c(9,1)),nrow=8))
y <- as.octonion(matrix(sample(0:1,800,TRUE,p=c(9,1)),nrow=8))
x==y
matrix(as.quaternion(100+1:12),3,4) == 102
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.