Check_Rank | R Documentation |
Checking Rank of a Matrix
Check_Rank(matrix)
matrix |
Any matrix |
Print the rank of the given matrix
library(SudokuDesigns)
mat<-matrix(c(1,2,3,2,4,6,5,2,3),nrow=3,byrow=TRUE)
Check_Rank(mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.