Numerical Method 2068
Attempt all questions:
1. Define the types of errors in numerical calculations. Derive the formula for secant method and illustrate the method by figure. (4+4)
2. Define the linear least squares approximations. Give the data set (xi, yi) as (20.5, 765), (32.7, 826), (51.0, 873), (73.2, 942), (95.7, 1032) find the linear least square to fit given data. (2+6)
3. Evaluate using trapezoidal rule with n=10. Also evaluate the same integral using Grossion 3 point formula and compare the result. (4+4)
5. Write an algorithm and program to solve system of linear equations using Gauss- Jordan method. (4+8)
7. How can you solve Laplace’s equation? Explain. The steady-state two dimensional heat flow in a metal plate is defined by
OR
A steel plate of size 30 x 30cm is given. Two adjacent sides are placed at 100°C and other side held at 0°C . Find the temperature at interior points, assuming the grid size of 10 x 10cm. (3+5)