OneStopGate.Com
OnestopGate   OnestopGate
   Saturday, May 11, 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


Broyden's 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.. **

Broyden's Method

Broyden's Method

Background

Newton's method can be used to solve systems of nonlinear equations.

Theorem (Newton-Raphson Method for 2-dimensional Systems).To solve the non-linear system[Graphics:Images/BroydenMethodMod_gr_1.gif],given one initial approximation[Graphics:Images/BroydenMethodMod_gr_2.gif],and generating a sequence[Graphics:Images/BroydenMethodMod_gr_3.gif]which converges to the solution[Graphics:Images/BroydenMethodMod_gr_4.gif],i.e.[Graphics:Images/BroydenMethodMod_gr_5.gif].Suppose that[Graphics:Images/BroydenMethodMod_gr_6.gif]has been obtained, use the following steps to obtain[Graphics:Images/BroydenMethodMod_gr_7.gif].

Step 1.Evaluate the function[Graphics:Images/BroydenMethodMod_gr_8.gif].

Step 2.Evaluate the Jacobian[Graphics:Images/BroydenMethodMod_gr_9.gif].

Step 3.Solve the linear system[Graphics:Images/BroydenMethodMod_gr_10.gif]for[Graphics:Images/BroydenMethodMod_gr_11.gif].

Step 4.Compute the next approximation[Graphics:Images/BroydenMethodMod_gr_12.gif].

Mathematica Subroutine (Newton's Method for Systems in n-Dimensions).

[Graphics:Images/BroydenMethodMod_gr_13.gif]

More Background

A drawback of Newton's method is the requirement that the Jacobian matrix be computed, which requires the calculation of[Graphics:Images/BroydenMethodMod_gr_71.gif]partial derivatives per iteration.One obvious improvement is to use a finite difference approximation for the Jacobian matrix.For two dimensions this is

[Graphics:Images/BroydenMethodMod_gr_72.gif]
where h is small.Notice that this will require[Graphics:Images/BroydenMethodMod_gr_73.gif]function evaluations.

Mathematica Subroutine (PseudoNewton's Method for Systems in n-Dimensions).

[Graphics:Images/BroydenMethodMod_gr_88.gif]

Broyden's Method

Calculation of the Jacobian matrix requires[Graphics:Images/BroydenMethodMod_gr_178.gif]partial derivative evaluations and the approximate Jacobian matrix requires [Graphics:Images/BroydenMethodMod_gr_179.gif] function evaluations.Hence, a more computationally efficient method is desired.Broyden's method is a least change secant update method or quasi-Newton method.Recall the one-dimensional case of Newton's method for solving[Graphics:Images/BroydenMethodMod_gr_180.gif]. The secant method replaces the derivative[Graphics:Images/BroydenMethodMod_gr_181.gif]with the difference quotient

[Graphics:Images/BroydenMethodMod_gr_182.gif]

[Graphics:Images/BroydenMethodMod_gr_183.gif]

The extension to higher dimensions is made by using the basic property of the Jacobian[Graphics:Images/BroydenMethodMod_gr_184.gif]to write the equation

[Graphics:Images/BroydenMethodMod_gr_185.gif].

Broyden's method starts initially with the Jacobian matrix
[Graphics:Images/BroydenMethodMod_gr_186.gif].Then in successive iterations uses an update the approximate Jacobian with the matrix[Graphics:Images/BroydenMethodMod_gr_187.gif]:

[Graphics:Images/BroydenMethodMod_gr_188.gif]for[Graphics:Images/BroydenMethodMod_gr_189.gif].

This equation is known as the quasi-Newton condition or secant condition.Recall that two initial two values[Graphics:Images/BroydenMethodMod_gr_190.gif]are necessary to start the secant method.In practice we are given one starting value [Graphics:Images/BroydenMethodMod_gr_191.gif] and compute the Jacobian[Graphics:Images/BroydenMethodMod_gr_192.gif]and use Newton's method to get the first approximation[Graphics:Images/BroydenMethodMod_gr_193.gif].The following result gives the details of Broyden's method.

Theorem (Broyden's Method for 2-dimensional Systems).To solve the non-linear system[Graphics:Images/BroydenMethodMod_gr_194.gif],given one initial approximation[Graphics:Images/BroydenMethodMod_gr_195.gif],and generating a sequence[Graphics:Images/BroydenMethodMod_gr_196.gif]which converges to the solution[Graphics:Images/BroydenMethodMod_gr_197.gif],i.e.[Graphics:Images/BroydenMethodMod_gr_198.gif].

Step 0.Compute the initial Jacobian matrix

[Graphics:Images/BroydenMethodMod_gr_199.gif].

Use it to compute the first approximation using Newton's method

[Graphics:Images/BroydenMethodMod_gr_200.gif].

For[Graphics:Images/BroydenMethodMod_gr_201.gif].Suppose that[Graphics:Images/BroydenMethodMod_gr_202.gif]has been obtained, use the following steps to obtain[Graphics:Images/BroydenMethodMod_gr_203.gif].

Step 1.Evaluate the function[Graphics:Images/BroydenMethodMod_gr_204.gif].

Step 2.Update the approximate Jacobian using[Graphics:Images/BroydenMethodMod_gr_205.gif]and[Graphics:Images/BroydenMethodMod_gr_206.gif]

[Graphics:Images/BroydenMethodMod_gr_207.gif]

Step 3.Solve the linear system[Graphics:Images/BroydenMethodMod_gr_208.gif]for[Graphics:Images/BroydenMethodMod_gr_209.gif].

Step 4.Compute the next approximation[Graphics:Images/BroydenMethodMod_gr_210.gif].

Mathematica Subroutine (Broyden's Method for Systems in n-Dimensions).

[Graphics:Images/BroydenMethodMod_gr_211.gif]

[Graphics:Images/BroydenMethodMod_gr_212.gif]

Improving Broyden's Method

Matrix inversion requires[Graphics:Images/BroydenMethodMod_gr_634.gif]calculations.Thus we seek a way to avoid this time consuming step each time an iteration is performed.A matrix inversion formula of Sherman and Morrison can facilitate in making a more efficient algorithm.Except for [Graphics:Images/BroydenMethodMod_gr_635.gif], no matrix inverse or solution of a linear system computation is performed in the general step.This is efficient when n is large.

Theorem ( Sherman-Morrison Formula ).If[Graphics:Images/BroydenMethodMod_gr_636.gif]is a nonsingular matrix and[Graphics:Images/BroydenMethodMod_gr_637.gif]are vectors such that[Graphics:Images/BroydenMethodMod_gr_638.gif],then

[Graphics:Images/BroydenMethodMod_gr_639.gif]
or
[Graphics:Images/BroydenMethodMod_gr_640.gif].

Theorem (Broyden's Method for n-dimensional Systems).To solve the non-linear system[Graphics:Images/BroydenMethodMod_gr_641.gif],given one initial approximation[Graphics:Images/BroydenMethodMod_gr_642.gif],and generating a sequence[Graphics:Images/BroydenMethodMod_gr_643.gif]which converges to the solution[Graphics:Images/BroydenMethodMod_gr_644.gif],i.e.[Graphics:Images/BroydenMethodMod_gr_645.gif].Compute the initial Jacobian matrix

[Graphics:Images/BroydenMethodMod_gr_646.gif].

Use it to compute the first approximation using Newton's method

[Graphics:Images/BroydenMethodMod_gr_647.gif].

For[Graphics:Images/BroydenMethodMod_gr_648.gif].Suppose that[Graphics:Images/BroydenMethodMod_gr_649.gif]has been obtained, use the following steps to obtain[Graphics:Images/BroydenMethodMod_gr_650.gif].

Step 1.Evaluate the function[Graphics:Images/BroydenMethodMod_gr_651.gif].

Step 2.Update the approximate Jacobian using[Graphics:Images/BroydenMethodMod_gr_652.gif],and[Graphics:Images/BroydenMethodMod_gr_653.gif]

[Graphics:Images/BroydenMethodMod_gr_654.gif].

Step 3.Compute[Graphics:Images/BroydenMethodMod_gr_655.gif]using the Sherman-Morrison formula

[Graphics:Images/BroydenMethodMod_gr_656.gif]

Step 4.Compute the next approximation

[Graphics:Images/BroydenMethodMod_gr_657.gif].

Mathematica Subroutine (Improved Broyden's Method for Systems in n-Dimensions).

[Graphics:Images/BroydenMethodMod_gr_658.gif]

[Graphics:Images/BroydenMethodMod_gr_659.gif]



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