in Linear Algebra edited by
4,582 views
6 votes
6 votes

The rank of the matrix $A=\begin{pmatrix} 1 & 2 & 1 & -1\\ 9& 5& 2& 2\\ 7& 1& 0 & 4 \end{pmatrix}$  is ______ .

  1. $0$
  2. $1$
  3. $2$
  4. $3$
in Linear Algebra edited by
4.6k views

9 Comments

Please ask proper question.I can able to get this.is it 3*4 matrix or 4*4 matrix?
0
0

A is not a matrix, it is merely a list of twelve numbers.

In order to define A as a matrix, along with the list, you need to describe few more attributes of A 

1) The dimension of the matrix( like 1x12 or 2x6 or 3x4 or 4x3 or 6x2 or 12x1 ?)

2) Row major order or column major order (or any other): If the matrix is multidimensional(like 2x6 or 3x4 or 4x3 or 6x2), then you need to describe the method you are using for storing multi-dimensional arrays in your single-dimensional list. 

–1
–1
3*4 matrix
0
0

 Isha Gupta $\begin{pmatrix} 1 & 2 &1 \\ -1& 9 &5 \\ 2& 2&7 \\ 1 &0 & 4 \end{pmatrix}$ .check matrix. 

0
0
i said 3 * 4 1 2 1 -1 9 5 2 2 7 1 0 4
0
0
1 2 1 -1
0
0
tell if any mistake there in matrix. i will edit and post answer.
0
0
$\begin{pmatrix} 1 & 2 & 1 & -1\\ 9& 5& 2& 2\\ 7& 1& 0 & 4 \end{pmatrix}$ check it now.
0
0
ccorrect
0
0

2 Answers

8 votes
8 votes
Best answer

Rank of Matrix is 2.

That's 2.

edited by

4 Comments

0
0

cse7 .Check this lecture.

0
0
are you sure that once you once you find  ROW ECHELON FORM no need to reduce further??
0
0
3 votes
3 votes
R3 + 2R1 and then R3-R2. We get last row as zero. Hence, rank is 2.
Answer:

Related questions

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