powered by
Checking Rank of a Matrix
Check_Rank(matrix)
Print the rank of the given matrix
Any matrix
library(SudokuDesigns) mat<-matrix(c(1,2,3,2,4,6,5,2,3),nrow=3,byrow=TRUE) Check_Rank(mat)
Run the code above in your browser using DataLab