Nothing
#' example.2DBoundLinDecompOpFromFunction
#'
#' An example used in tests and other examples.
#'
#'
example.2DBoundLinDecompOpFromFunction <- function (){
matFunc<- function(t){
matrix(
nrow=2,
byrow=TRUE,
c(
-0.1*(sin(t)+1.1) , 0,
0 , -0.2*(sin(t)+1.2)
)
)
}
return(BoundLinDecompOp(matFunc,0,10))
}
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.