BC0043 - Computer Oriented Numerical Methods
BC0043 - Computer Oriented Numerical Methods
and
1 2
B 4 6
0 1
(
(
=
(
(
5. Find the solution of the following system of equations.
6.
1 1 1
x y z
4 4 2
1 1 1
x y w
4 4 2
1 1 1
x z w
4 4 2
1 1 1
y z w
4 4 2
=
+ =
+ =
+ =
using Gauss-Seidel method and perform the first five iterations.
6. Fit parabola of second degree y = a + bx + cx
2
for the data
X 0 1 2 3 4
Y 1 1.8 1.3 2.5 2.3
August - 2012
Bachelor of Computer Applications (BCA)
Semester -III
Computer Oriented Numerical Methods 4 Credits
(Book ID: B0804)
Assignment Set II (60 Marks)
Answer All Questions 6 X 10 = 60 Marks
1. Find the missing term from the following table:
x 0 1 2 3 4
y 1 3 9 81
2. Find first derivatives of y at x = 0.5 from the following data:
x 0 1 2 3 4
y 1 1 15 40 85
3. Form the difference equation generated by y
x
= a2
x
+ b3
x
+ c
4. Given that
x 1 2 3 4 5 6 7
f (x) 2.105 2.808 3.614 4.604 5.857 7.451 9.467
evaluate
7
1
( ) f x
}
dx using Trapezoidal rule.
5. Given
2
1 dy y
dx x
x
+ = , y (1) = 1. Evaluate y(1.3) by modified Eulers method.
6. Solve the equation V
2
u = 10(x
2
+ y
2
+ 10) over the square with sides x = 0, y = 0,
x = 3, y = 3 with u = 0 on the boundary and mesh
length = 1