Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
25 views

Xe X Xe X: Sin LN On, Cos On, +3x-2 On

The document outlines 10 exercises involving solving equations and systems of equations numerically using methods like Newton's method, fixed point iteration, and LU decomposition. The exercises involve estimating roots, evaluating functions, solving nonlinear and linear systems of equations, and factorizing matrices. Accuracy requirements of 0.005 or less and checking for convergence are specified for many of the exercises.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views

Xe X Xe X: Sin LN On, Cos On, +3x-2 On

The document outlines 10 exercises involving solving equations and systems of equations numerically using methods like Newton's method, fixed point iteration, and LU decomposition. The exercises involve estimating roots, evaluating functions, solving nonlinear and linear systems of equations, and factorizing matrices. Accuracy requirements of 0.005 or less and checking for convergence are specified for many of the exercises.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

EXERCISES 4 FOR MATH 252

Exercise 1: Solve the equation xe  x  x 3  1  0 by Newton method with an accuracy of   0.005


check the convergence with absolute successive error .
Exercise 2: Solve the equation xe  x  x 3  1  0 by Fixed point iteration method with an
accuracy of   0.005 check the convergence with absolute successive error.
Exercise 3:
a) Evaluate 3 25 using Newton method with an accuracy of   0.005 check the
convergence with absolute residual error.
b) Evaluate 4 100 using Newton method with an accuracy of   0.005 check the
convergence with absolute residual error.
Exercise 4: For the functions below estimate the root lying on the intervals given using a)
Newton method b) Fixed point iteration method with an accuracy of   0.005 check the
convergence with absolute successive error
i) f ( x)  sin x  ln x on  2, 3

ii) f ( x )  cos x  x on  0, 1

iii) f ( x )  e x  x 2 +3x-2 on 1, 2


Exercise 5 Solve the following system of linear equations using LU decomposition
taking uii  1 for i  1, 2, 3

 6 10 0   x   1 
    
 12 26 4   y    1 
 0 9 12   z   0 
    
Exercise 6 Find an LU matrix decomposition for the matrix provided that
lii  1 for i  1, 2, 3 where

 4 3 1 
 
 2 4 5 
 1 2 6 

Exercise 7 Show that the following matrix cannot be factored directly as A=LU provided
that lii  1 for i  1, 2, 3 where

 1 2 6
 
A   4 8 1 
 2 3 5 
 
Exercise 8 Solve the following nonlinear system using Newton method by performing two
iterations start with ( p0 , q0 )  (0.6, 1.5)

x2  y  3  0
x  y2  5  0
Exercise 9: Solve the following nonlinear system using Newton method by performing two
iterations start with ( p0 , q0 )  (1.2, 1.2)

x 2  y  0.2  0
 x  y 2  0.3  0
Exercise 10: Solve the following nonlinear system using Newton method by performing
two iterations start with ( p0 , q0 )  (2.3, 1.9)

( x  1)3  y  0
1
( x  1) 2  ( y  ) 2  4
2

You might also like