Nothing
###
### $Id: rosser.R 22 2022-05-30 18:03:47Z proebuck $
###
### Returns the Rosser matrix.
###
##-----------------------------------------------------------------------------
rosser <- function() {
rosser.dat <- c(
611, 196, -192, 407, -8, -52, -49, 29,
196, 899, 113, -192, -71, -43, -8, -44,
-192, 113, 899, 196, 61, 49, 8, 52,
407, -192, 196, 611, 8, 44, 59, -23,
-8, -71, 61, 8, 411, -599, 208, 208,
-52, -43, 49, 44, -599, 411, 208, 208,
-49, -8, 8, 59, 208, 208, 99, -911,
29, -44, 52, -23, 208, 208, -911, 99
)
storage.mode(rosser.dat) <- "integer"
matrix(rosser.dat, nrow=8, ncol=8, byrow=TRUE)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.