
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Four problems in mathematics and numerical analysis. The first problem is about steffensen's method for solving equations and its quadratic convergence. The second problem deals with determining nodal temperatures of a cylindrical object using lu decomposition. The third problem involves proving properties of upper and lower triangular matrices. The fourth problem is about writing a program to produce doolittle factorization of a tri-diagonal matrix.
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Consider the iteration formula (Steffensenโs method)
xn+1 = xn โ
f (xn)^2 f (xn + f (xn)) โ f (xn)
for solving f (x) = 0. Show (analytically) that the method is quadratically convergent, under some suitable assumptions.
A cylindrical object, with a uniform circular section has a temperature on one side T = 140 C and ambient temperature Ta = 40C. It has thermal conductivity of k = 70watts/cmK and a heat-transfer coefficient of h = 5watts/cm^2 K. When the convection loss from the end A is also considered, the nodal temperatures T 1 , T 2 and T 3 are governed by the equation
T 1 = 140
Determine the values of the nodal temperatures using LU decomposition.