Check_Rank {SudokuDesigns} | R Documentation |
Checking Rank of a Matrix
Description
Checking Rank of a Matrix
Usage
Check_Rank(matrix)
Arguments
matrix |
Any matrix |
Value
Print the rank of the given matrix
Examples
library(SudokuDesigns)
mat<-matrix(c(1,2,3,2,4,6,5,2,3),nrow=3,byrow=TRUE)
Check_Rank(mat)
[Package SudokuDesigns version 1.2.0 Index]