OneStopGate.Com
OnestopGate   OnestopGate
   Sunday, May 12, 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


Power method

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.. **

Power method

Power Method

We now describe the power method for computing the dominant eigenpair.Its extension to the inverse power method is practical for finding any eigenvalue provided that a good initial approximation is known.Some schemes for finding eigenvalues use other methods that converge fast, but have limited precision.The inverse power method is then invoked to refine the numerical values and gain full precision.To discuss the situation, we will need the following definitions.

DefinitionIf [Graphics:Images/PowerMethodMod_gr_1.gif] is an eigenvalue of Athat is larger in absolute value than anyother eigenvalue, it is called the dominant eigenvalue. An eigenvector[Graphics:Images/PowerMethodMod_gr_2.gif] corresponding to [Graphics:Images/PowerMethodMod_gr_3.gif] is called a dominant eigenvector.

DefinitionAn eigenvectorVis said to be normalized if the coordinate of largest magnitude is equal to unity (i.e., the largest coordinate in the vectorVis the number 1).

Remark.It is easy to normalize an eigenvector[Graphics:Images/PowerMethodMod_gr_4.gif] by forming a new vector[Graphics:Images/PowerMethodMod_gr_5.gif]where[Graphics:Images/PowerMethodMod_gr_6.gif]and[Graphics:Images/PowerMethodMod_gr_7.gif].

Theorem (Power Method)Assume that the n�n matrixAhasndistinct eigenvalues[Graphics:Images/PowerMethodMod_gr_8.gif]and that they are ordered in decreasing magnitude; that is,[Graphics:Images/PowerMethodMod_gr_9.gif].If[Graphics:Images/PowerMethodMod_gr_10.gif]is chosen appropriately, then the sequences [Graphics:Images/PowerMethodMod_gr_11.gif]and[Graphics:Images/PowerMethodMod_gr_12.gif]generated recursively by

[Graphics:Images/PowerMethodMod_gr_13.gif]
and
[Graphics:Images/PowerMethodMod_gr_14.gif]

where
[Graphics:Images/PowerMethodMod_gr_15.gif]and[Graphics:Images/PowerMethodMod_gr_16.gif],will converge to the dominant eigenvector[Graphics:Images/PowerMethodMod_gr_17.gif]and eigenvalue[Graphics:Images/PowerMethodMod_gr_18.gif],respectively. That is,

[Graphics:Images/PowerMethodMod_gr_19.gif]and[Graphics:Images/PowerMethodMod_gr_20.gif].

Remark.If[Graphics:Images/PowerMethodMod_gr_21.gif] is an eigenvector and [Graphics:Images/PowerMethodMod_gr_22.gif], then some other starting vector must be chosen.

Speed of Convergence

In the iteration in the theorem uses the equation

[Graphics:Images/PowerMethodMod_gr_23.gif],

and the coefficient of
[Graphics:Images/PowerMethodMod_gr_24.gif] that is used to form [Graphics:Images/PowerMethodMod_gr_25.gif]goes to zero in proportion to [Graphics:Images/PowerMethodMod_gr_26.gif].Hence, the speed of convergence of[Graphics:Images/PowerMethodMod_gr_27.gif] to [Graphics:Images/PowerMethodMod_gr_28.gif] is governed by the terms[Graphics:Images/PowerMethodMod_gr_29.gif].Consequently, the rate of convergence is linear.Similarly, the convergence of the sequence of constants [Graphics:Images/PowerMethodMod_gr_30.gif] to [Graphics:Images/PowerMethodMod_gr_31.gif] is linear.The Aitken [Graphics:Images/PowerMethodMod_gr_32.gif] method can be used for any linearly convergent sequence [Graphics:Images/PowerMethodMod_gr_33.gif] to form a new sequence,

[Graphics:Images/PowerMethodMod_gr_34.gif],

that converges faster. TheAitken
[Graphics:Images/PowerMethodMod_gr_35.gif] can be adapted to speed up the convergence of the power method.

Shifted-Inverse Power Method

We will now discuss the shifted inverse power method.It requires a good starting approximation for an eigenvalue, and then iteration is used to obtain a precise solution.Other procedures such as the QM and Givens� method are used first to obtain the starting approximations.Cases involving complex eigenvalues, multiple eigenvalues, or the presence of two eigenvalues with the same magnitude or approximately the same
magnitude will cause computational difficulties and require more advanced methods.Our illustrations will focus on the case where the eigenvalues are distinct.The shifted inverse power method is based on the following three results (the proofs are left as exercises).

Theorem (Shifting Eigenvalues)Suppose that[Graphics:Images/PowerMethodMod_gr_36.gif],Vis an eigenpair ofA.If[Graphics:Images/PowerMethodMod_gr_37.gif]is any constant, then[Graphics:Images/PowerMethodMod_gr_38.gif],Vis an eigenpair of the matrix[Graphics:Images/PowerMethodMod_gr_39.gif].

Theorem (Inverse Eigenvalues)Suppose that[Graphics:Images/PowerMethodMod_gr_40.gif],Vis an eigenpair ofA.If[Graphics:Images/PowerMethodMod_gr_41.gif],then[Graphics:Images/PowerMethodMod_gr_42.gif],Vis an eigenpair of the matrix[Graphics:Images/PowerMethodMod_gr_43.gif].

Theorem (Shifted-Inverse Eigenvalues)Suppose that[Graphics:Images/PowerMethodMod_gr_44.gif],Vis an eigenpair ofA.If[Graphics:Images/PowerMethodMod_gr_45.gif], then[Graphics:Images/PowerMethodMod_gr_46.gif],Vis an eigenpair of the matrix[Graphics:Images/PowerMethodMod_gr_47.gif].

Theorem (Shifted-Inverse Power Method)Assume that the n�n matrixAhas distinct eigenvalues[Graphics:Images/PowerMethodMod_gr_48.gif]and consider the eigenvalue [Graphics:Images/PowerMethodMod_gr_49.gif]. Then a constant[Graphics:Images/PowerMethodMod_gr_50.gif]can be chosen so that[Graphics:Images/PowerMethodMod_gr_51.gif] is the dominant eigenvalue of[Graphics:Images/PowerMethodMod_gr_52.gif].Furthermore, if[Graphics:Images/PowerMethodMod_gr_53.gif]is chosen appropriately, then thesequences [Graphics:Images/PowerMethodMod_gr_54.gif]and[Graphics:Images/PowerMethodMod_gr_55.gif]generated recursively by

[Graphics:Images/PowerMethodMod_gr_56.gif]
and
[Graphics:Images/PowerMethodMod_gr_57.gif]

where
[Graphics:Images/PowerMethodMod_gr_58.gif]and[Graphics:Images/PowerMethodMod_gr_59.gif],will converge to the dominant eigenpair[Graphics:Images/PowerMethodMod_gr_60.gif],[Graphics:Images/PowerMethodMod_gr_61.gif]of the matrix[Graphics:Images/PowerMethodMod_gr_62.gif]. Finally, the corresponding eigenvalue for the matrixAis given by the calculation

[Graphics:Images/PowerMethodMod_gr_63.gif]

Remark.For practical implementations of this Theorem, a linear system solver is used to compute[Graphics:Images/PowerMethodMod_gr_64.gif] in each step by solving the linear system [Graphics:Images/PowerMethodMod_gr_65.gif].

Mathematica Subroutine (Power Method).To compute the dominant value[Graphics:Images/PowerMethodMod_gr_66.gif]and its associated eigenvector[Graphics:Images/PowerMethodMod_gr_67.gif]for the n�n matrixA.It is assumed that the n eigenvalues have the dominance property [Graphics:Images/PowerMethodMod_gr_68.gif].

[Graphics:Images/PowerMethodMod_gr_69.gif]

Application to Markov Chains

In the study of Markov chains the elements of the transition matrix are the probabilities of moving from any state to any other state.A Markov process can be described by a square matrix whose entries are all positive and the column sums are all equal to 1.For example, a 3�3 transition matrix looks like

[Graphics:Images/PowerMethodMod_gr_257.gif]

where[Graphics:Images/PowerMethodMod_gr_258.gif],[Graphics:Images/PowerMethodMod_gr_259.gif]and[Graphics:Images/PowerMethodMod_gr_260.gif].The initial state vector is[Graphics:Images/PowerMethodMod_gr_261.gif].

The computation[Graphics:Images/PowerMethodMod_gr_262.gif]shows how the[Graphics:Images/PowerMethodMod_gr_263.gif] is redistributed in the next state.Similarly we see that

[Graphics:Images/PowerMethodMod_gr_264.gif] shows how the[Graphics:Images/PowerMethodMod_gr_265.gif] is redistributed in the next state.
and
[Graphics:Images/PowerMethodMod_gr_266.gif]shows how the[Graphics:Images/PowerMethodMod_gr_267.gif] is redistributed in the next state.

Therefore, the distribution for the next state is

[Graphics:Images/PowerMethodMod_gr_268.gif]

A recursive sequence is generated using the general rule

[Graphics:Images/PowerMethodMod_gr_269.gif]fork = 0, 1, 2, ... .

We desire to know the limiting distribution[Graphics:Images/PowerMethodMod_gr_270.gif].Since we will also have[Graphics:Images/PowerMethodMod_gr_271.gif]we obtain the relation

[Graphics:Images/PowerMethodMod_gr_272.gif]

From which it follows that

[Graphics:Images/PowerMethodMod_gr_273.gif]

Therefore the limiting distributionPis the eigenvector corresponding to the dominant eigenvalue[Graphics:Images/PowerMethodMod_gr_274.gif].The following subroutine reminds us of the iteration used in the power method.



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