Check_Rank: Checking Rank of a Matrix

View source: R/Check_Rank.R

Check_RankR 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)

SudokuDesigns documentation built on April 4, 2025, 5:08 a.m.