SRI RAMAKRISHNA INSTITUTE OF TECHNOLOGY, COIMBATORE- 10 DEPARTMENT OF SCIENCE AND HUMANITIES B.E - EEE & CIVIL UNIT I

Similar documents
The iteration formula for to find the root of the equation

UNIT II SOLUTION OF NON-LINEAR AND SIMULTANEOUS LINEAR EQUATION

SRI RAMAKRISHNA INSTITUTE OF TECHNOLOGY DEPARTMENT OF SCIENCE & HUMANITIES STATISTICS & NUMERICAL METHODS TWO MARKS

Hence a root lies between 1 and 2. Since f a is negative and f(x 0 ) is positive The root lies between a and x 0 i.e. 1 and 1.

SBAME CALCULUS OF FINITE DIFFERENCES AND NUMERICAL ANLAYSIS-I Units : I-V

UNIT - 2 Unit-02/Lecture-01

Virtual University of Pakistan

Lecture 44. Better and successive approximations x2, x3,, xn to the root are obtained from

Page No.1. MTH603-Numerical Analysis_ Muhammad Ishfaq

SOLUTION OF ALGEBRAIC AND TRANSCENDENTAL EQUATIONS BISECTION METHOD

Question Bank (I scheme )

Unit I (Testing of Hypothesis)

MTH603 FAQ + Short Questions Answers.

USHA RAMA COLLEGE OF ENGINEERING & TECHNOLOGY

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF MATHEMATICS ACADEMIC YEAR / EVEN SEMESTER QUESTION BANK

MTH603 - Numerical Analysis Solved final Term Papers For Final Term Exam

Solution of Nonlinear Equations

Subbalakshmi Lakshmipathy College of Science. Department of Mathematics

Program : M.A./M.Sc. (Mathematics) M.A./M.Sc. (Final) Paper Code:MT-08 Numerical Analysis Section A (Very Short Answers Questions)

STATISTICS AND NUMERICAL METHODS

M.SC. PHYSICS - II YEAR

1. to apply Simpson s 1/3 rule, the number of intervals in the following must be Answer: (select your correct answer)

Numerical Methods Dr. Sanjeev Kumar Department of Mathematics Indian Institute of Technology Roorkee Lecture No 7 Regula Falsi and Secant Methods

Mathematical Methods for Numerical Analysis and Optimization

Non-linear least squares

Then, Lagrange s interpolation formula is. 2. What is the Lagrange s interpolation formula to find, if three sets of values. are given.

Previous Year Questions & Detailed Solutions

Exact and Approximate Numbers:

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

CHAPTER-II ROOTS OF EQUATIONS

by Martin Mendez, UASLP Copyright 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Gauss-Jordan elimination ( used in the videos below) stops when the augmented coefficient

Numerical Methods. Scientists. Engineers

Solution of System of Linear Equations & Eigen Values and Eigen Vectors

Numerical Analysis Solution of Algebraic Equation (non-linear equation) 1- Trial and Error. 2- Fixed point

Roots of Equations. ITCS 4133/5133: Introduction to Numerical Methods 1 Roots of Equations

Numerical Methods. Root Finding

Root Finding (and Optimisation)

The Solution of Linear Systems AX = B

Numerical Analysis & Computer Programming

STATISTICS AND NUMERICAL METHODS QUESTION I APRIL / MAY 2010

Iterative Methods. Splitting Methods

BACHELOR OF COMPUTER APPLICATIONS (BCA) (Revised) Term-End Examination December, 2015 BCS-054 : COMPUTER ORIENTED NUMERICAL TECHNIQUES

Section 4.5 Eigenvalues of Symmetric Tridiagonal Matrices

NOTES FOR NUMERICAL METHODS MUHAMMAD USMAN HAMID

LU Factorization. Marco Chiarandini. DM559 Linear and Integer Programming. Department of Mathematics & Computer Science University of Southern Denmark

SOLUTION OF EQUATION AND EIGENVALUE PROBLEMS PART A( 2 MARKS)

INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad MECHANICAL ENGINEERING TUTORIAL QUESTION BANK

COURSE Numerical methods for solving linear systems. Practical solving of many problems eventually leads to solving linear systems.

Computational Methods

COURSE Iterative methods for solving linear systems

(f(x) P 3 (x)) dx. (a) The Lagrange formula for the error is given by

p 1 p 0 (p 1, f(p 1 )) (p 0, f(p 0 )) The geometric construction of p 2 for the se- cant method.

9.1 Preconditioned Krylov Subspace Methods

Department of Mathematics California State University, Los Angeles Master s Degree Comprehensive Examination in. NUMERICAL ANALYSIS Spring 2015

MALLA REDDY ENGINEERING COLLEGE

Zeroes of Transcendental and Polynomial Equations. Bisection method, Regula-falsi method and Newton-Raphson method

TMA4125 Matematikk 4N Spring 2017

Numerical Analysis: Solutions of System of. Linear Equation. Natasha S. Sharma, PhD

Excel for Scientists and Engineers Numerical Method s. E. Joseph Billo

Name of the Student: Unit I (Solution of Equations and Eigenvalue Problems)

This page intentionally left blank

EE 581 Power Systems. Admittance Matrix: Development, Direct and Iterative solutions

Numerical Analysis MTH603

LINEAR SYSTEMS (11) Intensive Computation

2.29 Numerical Fluid Mechanics Spring 2015 Lecture 4

MATHEMATICAL METHODS INTERPOLATION

PART I Lecture Notes on Numerical Solution of Root Finding Problems MATH 435

MA3232 Numerical Analysis Week 9. James Cooley (1926-)

Next topics: Solving systems of linear equations

Appendix 8 Numerical Methods for Solving Nonlinear Equations 1

NUMERICAL ANALYSIS SYLLABUS MATHEMATICS PAPER IV (A)

CS 323: Numerical Analysis and Computing

PARTIAL DIFFERENTIAL EQUATIONS

KINGS COLLEGE OF ENGINEERING

Linear Algebraic Equations

MTH501- Linear Algebra MCQS MIDTERM EXAMINATION ~ LIBRIANSMINE ~

School of Sciences Indira Gandhi National Open University Maidan Garhi, New Delhi (For January 2012 cycle)

NUMERICAL AND STATISTICAL COMPUTING (MCA-202-CR)

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

Today s class. Linear Algebraic Equations LU Decomposition. Numerical Methods, Fall 2011 Lecture 8. Prof. Jinbo Bi CSE, UConn

Solving Linear Systems of Equations

MAC1105-College Algebra. Chapter 5-Systems of Equations & Matrices

Fundamental Numerical Methods for Electrical Engineering

10.2 ITERATIVE METHODS FOR SOLVING LINEAR SYSTEMS. The Jacobi Method

APPROXIMATION OF ROOTS OF EQUATIONS WITH A HAND-HELD CALCULATOR. Jay Villanueva Florida Memorial University Miami, FL

Linear Equation Systems Direct Methods

Review of matrices. Let m, n IN. A rectangle of numbers written like A =

BHARATHIAR UNIVERSITY, COIMBATORE. B.Sc. Mathematics CA (Revised papers with effect from onwards)

= V I = Bus Admittance Matrix. Chapter 6: Power Flow. Constructing Ybus. Example. Network Solution. Triangular factorization. Let

Numerical and Statistical Methods

Gauss-Seidel method. Dr. Motilal Panigrahi. Dr. Motilal Panigrahi, Nirma University

lecture 2 and 3: algorithms for linear algebra

JACOBI S ITERATION METHOD

Numerical and Statistical Methods

SECTION 5: POWER FLOW. ESE 470 Energy Distribution Systems

B.Tech. Theory Examination (Semester IV) Engineering Mathematics III

Regent College Maths Department. Further Pure 1 Numerical Solutions of Equations

Section Gaussian Elimination

Mechanical department. Statistics and Numerical methods (MA42)

Transcription:

SRI RAMAKRISHNA INSTITUTE OF TECHNOLOGY, COIMBATORE- 10 DEPARTMENT OF SCIENCE AND HUMANITIES B.E - EEE & CIVIL SUBJECT: NUMERICAL METHODS ( SEMESTER VI ) UNIT I SOLUTIONS OF EQUATIONS AND EIGEN VALUE PROBLEMS 1. If is continuous in then under what condition the iterative method has a unique solution in? 2. State the iterative formula for Regula Falsi method to solve The iteration formula to find the root of the equation is which lies between 3. Explain Regula Falsi method of getting a root. 1. Find two numbers a and b such that are of opposite signs. Then a root lies between a and b. 2. The first approximation to the root is given by. 3. If are opposite signs, then the actual root lies between and a. Now replacing b by and keeping a as it is we get the closer approximation to the actual root. 4. This procedure is repeated till the root is found to the desired degree of accuracy. 4. How to reduce the number of iterations while finding the root of an equation by Regula Falsi method. 1

The number of iterations to get a good approximation to the real root can be reduced, if we start with a smaller interval for the root. 5. What is the order of convergence of Newton- Raphson method if the multiplicity of the root is one. The order of convergence of Newton-Raphson method is 2 6. What is the rate of convergence in Newton-Raphson method? The rate of convergence in Newton-Raphson method is 2. 7. What is the criterion for convergence of Newton- Raphson method? The Criterion for convergence of Newton- Raphson -method is 8. Write the iterative formula for Newton- Raphson method. The Newton- Raphson formula is 9. What is the condition of convergence of a fixed point iteration method? Let be the given equation whose actual root is r. The equation be written as Let I be the interval containing the root. If for all x in I, then the sequence of approximations will converge to r, if the initial starting value is chosen in I. 10. If is continuous in then under what condition the iterative method has a unique solution in? 11. What is the order of convergence of fixed point iteration method. The order of convergence of Newton-Raphson method is 1. 12. In what form is the coefficient matrix transformed into when is solved by Gauss elimination method? Upper triangular matrix. 13. In what form is the coefficient matrix transformed into when is solved by Gauss Jordan method? Diagonal matrix. 14. Explain briefly Gauss Jordan iteration to solve simultaneous equation? Consider the system of equations 2

If A is a square matrix the given system reduces to This system is reduces to the following equations. The method of obtaining the solution of the system of equations by reducing the matrix A to diagonal matrix is known as Gauss Jordan elimination method. 15. For solving a linear system, compare Gauss - elimination method and Gauss Jordan method. 1 Gauss - elimination method Coefficient matrix transformed into upper triangular matrix Gauss Jordan method Coefficient matrix transformed into diagonal matrix 2 Direct method Direct method 3 We obtain the solution by Backward substitution method No need of Backward substitution method 16. State the principle used in Gauss Jordan method. Coefficient matrix transformed into upper triangular matrix 17. Write the sufficient condition for Gauss - Siedal method to converge. The coefficient of matrix should be diagonally dominant., 18. State the sufficient condition for Gauss - Jacobi method to converge. The coefficient of matrix should be diagonally dominant., 19. Give two indirect methods to solve a system of linear equations. 3

(1). Gauss Jacobi method (2). Gauss Siedal method 20. Compare Gauss Jacobi method and Gauss Siedal method Gauss Jacobi method 1 Convergence rate is slow 2 Indirect method Indirect method 3 Condition for the convergence is the coefficient matrix is diagonally dominant Gauss Siedal method The rate of convergence of Gauss Siedal method is roughly twice that of Gauss - Jacobi Condition for the convergence is the coefficient matrix is diagonally dominant 21. Find the first approximation to the root lying between 0 and 1 of by Newton s method. 22. Find an iteration formula for finding the square root of N by Newton method. 23. How do you express the equation for the positive root by iteration method? 24. Can we write iteration method to find the root of the equation?. 4

Hence Therefore we can use iteration method. 25. Is the system of equations 3 Diagonally dominant? If not make it diagonally dominant. Let Hence the given system is not diagonally dominant. Hence we rearrange the system as follows 26. Explain power method to find the dominant Eigen value of a square matrix. If is an initial arbitrary vector, then compute where is the numerically largest element of. Then dominant Eigen value 27. Write Newton s formula for finding cube root of N. 28. Write Newton s formula for finding reciprocal of a positive number N. Part B 5

1. Find the positive root of by Iteration method. 2. Find the positive root of by Iteration method. 3. Find the positive root of the equation by Iteration method lying between 2 & 3. 4. Find by Iteration method, the root of the equation near 5. Using Newton s method to find the root of correct to three decimal places. 6. Using Newton s iterative method to find the root of correct to three decimal Places 7. Find by Newton s method, the root of the equation. 8. Find by Newton s method, the root of the equation 9. Solve the system of equations by Gauss elimination method. 10. Solve the system of equations by Gauss elimination method.. 11. Solve the system of equations by Gauss Jordan method. 12. Solve the system of equations by Gauss - Jordan method.. 13. Solve the system of equations by Gauss - Jacobi method. 14. Solve the system of equations by Gauss - Jacobi method. 15. Solve the system of equations by Gauss Siedal method. 16. Solve the system of equations by Gauss Siedal method. 17. Find the inverse of by using Jordan method. 18. Find the inverse of by using Jordan method. 19. Find the largest Eigen value and the corresponding Eigen vector of the matrix. 20. Find the largest Eigen value and the corresponding Eigen vector of the matrix 6