in Admissions
338 views
1 vote
1 vote
#IISc2012Research Rank of a matrix, a (i,j)=0,if i+j odd, else 1
in Admissions
338 views

2 Answers

7 votes
7 votes
Best answer
Each row of the matrix is either of the form 1,0,1,0,1,..., or of the form 0,1,0,1,0,1,...

These two types of rows are independent and hence rank of matrix is 2.

As a special case, If matrix is of size 1*1, then rank would be 1 (Thanks Suraj for pointing it out).
edited by

1 comment

We should also consider 1X1 matrix. Therefore rank = min(n,2)
1
1
0 votes
0 votes
rank must be 2..... 3X3 matrix will be

1 0 1    and it can be transfer into by applying   1 0 0

0 1 0      r3=r3-r1    and c3=c3-c1                        0 1 0

1 0 1                                                                     0 0 0
Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true