View source: R/Check_MP_Inverse.R
Check_MP_Inverse | R Documentation |
Moore Penrose Inverse
Check_MP_Inverse(matrix)
matrix |
Any matrix |
Provides Moore Penrose inverse of a given matrix
library(SudokuDesigns)
mat<-matrix(c(1,2,3,2,5,3,2,4,6),nrow=3,byrow=TRUE)
Check_MP_Inverse(mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.