Learn R Programming

SudokuDesigns (version 1.2.0)

Check_Rank: Checking Rank of a Matrix

Description

Checking Rank of a Matrix

Usage

Check_Rank(matrix)

Value

Print the rank of the given matrix

Arguments

matrix

Any matrix

Examples

Run this code
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