OneStopGate.Com
OnestopGate   OnestopGate
   Friday, April 26, 2024 Login  
OnestopGate
Home | Overview | Syllabus | Tutorials | FAQs | Downloads | Recommended Websites | Advertise | Payments | Contact Us | Forum
OneStopGate

GATE Resources
Gate Articles
Gate Books
Gate Colleges 
Gate Downloads 
Gate Faqs
Gate Jobs
Gate News 
Gate Sample Papers
Training Institutes

GATE Overview
Overview
GATE Eligibility
Structure Of GATE
GATE Coaching Centers
Colleges Providing M.Tech/M.E.
GATE Score
GATE Results
PG with Scholarships
Article On GATE
Admission Process For M.Tech/ MCP-PhD
GATE Topper 2012-13
GATE Forum




GATE 2025 Exclusive
Organizing Institute
Important Dates
How to Apply
Discipline Codes
GATE 2025 Exam Structure

GATE 2025 Syllabus
Aerospace Engg..
Agricultural Engg..
Architecture and Planning
Chemical Engg..
Chemistry
Civil Engg..
Computer Science / IT
Electronics & Communication Engg..
Electrical Engg..
Engineering Sciences
Geology and Geophysics
Instrumentation Engineering
Life Sciences
Mathematics
Mechanical Engg..
Metallurgical Engg..
Mining Engg..
Physics
Production & Industrial Engg..
Pharmaceutical Sciences
Textile Engineering and Fibre Science

GATE Study Material
Aerospace Engg..
Agricultural Engg..
Chemical Engg..
Chemistry
Civil Engg..
Computer Science / IT
Electronics & Communication Engg..
Electrical Engg..
Engineering Sciences
Instrumentation Engg..
Life Sciences
Mathematics
Mechanical Engg..
Physics
Pharmaceutical Sciences
Textile Engineering  and Fibre Science

GATE Preparation
GATE Pattern
GATE Tips N Tricks
Compare Evaluation
Sample Papers 
Gate Downloads 
Experts View

CEED 2013
CEED Exams
Eligibility
Application Forms
Important Dates
Contact Address
Examination Centres
CEED Sample Papers

Discuss GATE
GATE Forum
Exam Cities
Contact Details
Bank Details

Miscellaneous
Advertisment
Contact Us


Home » GATE Study Material » Mathematics » Linear Algebra » Elementary Operations for Matrices

Elementary Operations for Matrices

Looking for GATE Preparation Material? Join & Get here now!

** Gate 2013 Question Papers.. ** CEED 2013 Results.. ** Gate 2013 Question Papers With Solutions.. ** GATE 2013 CUT-OFFs.. ** GATE 2013 Results.. **

Elementary Operations for Matrices

Elementary Operations for Matrices

Elementary operations for matrices play a crucial role in finding the inverse or solving linear systems. They may also be used for other calculations. On this page, we will discuss these type of operations. Before we define an elementary operation, recall that to an nxm matrix A, we can associate n rows and m columns. For example, consider the matrix


\begin{displaymath}A = \left(\begin{array}{rrrr}
0&1&-1&3\\
0&2&3&1\\
-1&0&2&-3\\
\end{array}\right).\end{displaymath}

Its rows are

\begin{displaymath}\left(\begin{array}{rrrr}
0&1&-1&3\\
\end{array}\right), \; ...
...),\; \left(\begin{array}{rrrr}
-1&0&2&-3\\
\end{array}\right).\end{displaymath}

Its columns are

\begin{displaymath}\left(\begin{array}{rrrr}
0\\
0\\
-1\\
\end{array}\right),...
...; \left(\begin{array}{rrrr}
3\\
1\\
-3\\
\end{array}\right).\end{displaymath}

Let us consider the matrix transpose of A

\begin{displaymath}A^{T} = \left(\begin{array}{rrrr}
0&0&-1\\
1&2&0\\
-1&3&2\\
3&1&-3\\
\end{array}\right).\end{displaymath}

Its rows are

\begin{displaymath}\left(\begin{array}{rrrr}
0&0&-1\\
\end{array}\right), \; \l...
...ght),\; \left(\begin{array}{rrrr}
3&1&-3\\
\end{array}\right).\end{displaymath}

As we can see, the transpose of the columns of A are the rows of AT. So the transpose operation interchanges the rows and the columns of a matrix. Therefore many techniques which are developed for rows may be easily translated to columns via the transpose operation. Thus, we will only discuss elementary row operations, but the reader may easily adapt these to columns.

Elementary Row Operations.

1.
Interchange two rows.
2.
Multiply a row with a nonzero number.
3.
Add a row to another one multiplied by a number.

Definition. Two matrices are row equivalent if and only if one may be obtained from the other one via elementary row operations.

Example. Show that the two matrices

\begin{displaymath}A= \left(\begin{array}{rrrr}
1&-1&0\\
2&1&1\\
\end{array}\r...
... \left(\begin{array}{rrrr}
3&0&1\\
0&3&1\\
\end{array}\right)\end{displaymath}

are row equivalent.

Answer. We start with A. If we keep the second row and add the first to the second, we get

\begin{displaymath}\left(\begin{array}{rrrr}
3&0&1\\
2&1&1\\
\end{array}\right).\end{displaymath}

We keep the first row. Then we subtract the first row from the second one multiplied by 3. We get

\begin{displaymath}\left(\begin{array}{rrrr}
3&0&1\\
3&3&2\\
\end{array}\right).\end{displaymath}

We keep the first row and subtract the first row from the second one. We get

\begin{displaymath}\left(\begin{array}{rrrr}
3&0&1\\
0&3&1\\
\end{array}\right)\end{displaymath}

which is the matrix B. Therefore A and B are row equivalent.

One powerful use of elementary operations consists in finding solutions to linear systems and the inverse of a matrix. This happens via Echelon Form and Gauss-Jordan Elimination. In order to appreciate these two techniques, we need to discuss when a matrix is row elementary equivalent to a triangular matrix. Let us illustrate this with an example.

Example. Consider the matrix

\begin{displaymath}\left(\begin{array}{rrrr}
0&0&1&3\\
2&4&0&-8\\
1&2&1&-1\\
\end{array}\right).\end{displaymath}

First we will transform the first column via elementary row operations into one with the top number equal to 1 and the bottom ones equal 0. Indeed, if we interchange the first row with the last one, we get

\begin{displaymath}\left(\begin{array}{rrrr}
1&2&1&-1\\
2&4&0&-8\\
0&0&1&3\\
\end{array}\right).\end{displaymath}

Next, we keep the first and last rows. And we subtract the first one multiplied by 2 from the second one. We get

\begin{displaymath}\left(\begin{array}{rrrr}
1&2&1&-1\\
0&0&-2&-6\\
0&0&1&3\\
\end{array}\right).\end{displaymath}

We are almost there. Looking at this matrix, we see that we can still take care of the 1 (from the last row) under the -2. Indeed, if we keep the first two rows and add the second one to the last one multiplied by 2, we get

\begin{displaymath}\left(\begin{array}{rrrr}
1&2&1&-1\\
0&0&-2&-6\\
0&0&0&0\\
\end{array}\right).\end{displaymath}

We can't do more. Indeed, we stop the process whenever we have a matrix which satisfies the following conditions

1.
any row consisting of zeros is below any row that contains at least one nonzero number;
2.
the first (from left to right) nonzero entry of any row is to the left of the first nonzero entry of any lower row.

Now if we make sure that the first nonzero entry of every row is 1, we get a matrix in row echelon form. For example, the matrix above is not in echelon form. But if we divide the second row by -2, we get

\begin{displaymath}\left(\begin{array}{rrrr}
1&2&1&-1\\
0&0&1&3\\
0&0&0&0\\
\end{array}\right).\end{displaymath}

This matrix is in echelon form.

An application of this, namely to solve linear systems via Gaussian elimination may be found on another page.



Discussion Center

Discuss/
Query

Papers/
Syllabus

Feedback/
Suggestion

Yahoo
Groups

Sirfdosti
Groups

Contact
Us

MEMBERS LOGIN
  
Email ID:
Password:

  Forgot Password?
 New User? Register!

INTERVIEW EBOOK
Get 9,000+ Interview Questions & Answers in an eBook. Interview Question & Answer Guide
  • 9,000+ Interview Questions
  • All Questions Answered
  • 5 FREE Bonuses
  • Free Upgrades
GATE RESOURCES
 
  • Gate Books
  • Training Institutes
  • Gate FAQs
  • GATE BOOKS
     
  • Mechanical Engineeering Books
  • Robotics Automations Engineering Books
  • Civil Engineering Books
  • Chemical Engineering Books
  • Environmental Engineering Books
  • Electrical Engineering Books
  • Electronics Engineering Books
  • Information Technology Books
  • Software Engineering Books
  • GATE Preparation Books
  • Exciting Offers



    GATE Exam, Gate 2009, Gate Papers, Gate Preparation & Related Pages


    GATE Overview | GATE Eligibility | Structure Of GATE | GATE Training Institutes | Colleges Providing M.Tech/M.E. | GATE Score | GATE Results | PG with Scholarships | Article On GATE | GATE Forum | GATE 2009 Exclusive | GATE 2009 Syllabus | GATE Organizing Institute | Important Dates for GATE Exam | How to Apply for GATE | Discipline / Branch Codes | GATE Syllabus for Aerospace Engineering | GATE Syllabus for Agricultural Engineering | GATE Syllabus for Architecture and Planning | GATE Syllabus for Chemical Engineering | GATE Syllabus for Chemistry | GATE Syllabus for Civil Engineering | GATE Syllabus for Computer Science / IT | GATE Syllabus for Electronics and Communication Engineering | GATE Syllabus for Engineering Sciences | GATE Syllabus for Geology and Geophysics | GATE Syllabus for Instrumentation Engineering | GATE Syllabus for Life Sciences | GATE Syllabus for Mathematics | GATE Syllabus for Mechanical Engineering | GATE Syllabus for Metallurgical Engineering | GATE Syllabus for Mining Engineering | GATE Syllabus for Physics | GATE Syllabus for Production and Industrial Engineering | GATE Syllabus for Pharmaceutical Sciences | GATE Syllabus for Textile Engineering and Fibre Science | GATE Preparation | GATE Pattern | GATE Tips & Tricks | GATE Compare Evaluation | GATE Sample Papers | GATE Downloads | Experts View on GATE | CEED 2009 | CEED 2009 Exam | Eligibility for CEED Exam | Application forms of CEED Exam | Important Dates of CEED Exam | Contact Address for CEED Exam | CEED Examination Centres | CEED Sample Papers | Discuss GATE | GATE Forum of OneStopGATE.com | GATE Exam Cities | Contact Details for GATE | Bank Details for GATE | GATE Miscellaneous Info | GATE FAQs | Advertisement on GATE | Contact Us on OneStopGATE |
    Copyright © 2024. One Stop Gate.com. All rights reserved Testimonials |Link To Us |Sitemap |Privacy Policy | Terms and Conditions|About Us
    Our Portals : Academic Tutorials | Best eBooksworld | Beyond Stats | City Details | Interview Questions | India Job Forum | Excellent Mobiles | Free Bangalore | Give Me The Code | Gog Logo | Free Classifieds | Jobs Assist | Interview Questions | One Stop FAQs | One Stop GATE | One Stop GRE | One Stop IAS | One Stop MBA | One Stop SAP | One Stop Testing | Web Hosting | Quick Site Kit | Sirf Dosti | Source Codes World | Tasty Food | Tech Archive | Software Testing Interview Questions | Free Online Exams | The Galz | Top Masala | Vyom | Vyom eBooks | Vyom International | Vyom Links | Vyoms | Vyom World
    C Interview Questions | C++ Interview Questions | Send Free SMS | Placement Papers | SMS Jokes | Cool Forwards | Romantic Shayari