Você está na página 1de 10

University of Pune

Practical Examination April/May 2015


SUBJECT: NUMERICAL METHODS AND OPTIMISATION
Marks:50
Time: 2hr
---------------------------------------------------------------------------------------------------------------------------

SET-A
Q1. Write the program on Gauss-Elimination Method with Solver. Also draw
the Flowchart for the same. Given: Solve 1) x+3y+3z=16; 2) x+4y+3z=18; 3)
x+3y+4z=19.

30 MARKS
OR

Q1. Write the program on Lagranges interpolation with Solver. Also draw the
Flowchart for the same. Given: Find y at x=1.5 for the following data.
x
y

0
2

1
3

2
12

5
147

30 MARKS
Q2. Write the program on Newton-Raphson Method with Solver. Also draw the
Flowchart for the same.

Given: Find root of f(x)=0.51x-sin(x)=0;

iterations.

do 3

20 MARKS
OR

Q2. Write the program on successive approximation with solver, Also draw the
Flowchart for the same. Given:

f(x)= x 2- 8x +6 =0 with accuracy criteria of

0.01

20 MARKS

SET-B

University of Pune
Practical Examination April/May 2015
SUBJECT: NUMERICAL METHODS AND OPTIMISATION
Marks:50
Time: 2hr
---------------------------------------------------------------------------------------------------------------------------

Q1. Write the program on Gauss-Elimination Method with Solver. Also draw
the Flowchart for the same. Given: Solve 1) x+3y+3z=16; 2) x+4y+3z=18; 3)
x+3y+4z=19.
30 MARKS
OR
Q1. Write the program on inverse interpolation Method with Solver. Also draw
the Flowchart for the same. Given: Find x at y=2.5 for given data.
x
y

0
0

1
1

2
7

3
25
30 MARKS

Q2. Write the program on Newton-Raphson Method with Solver. Also draw the
Flowchart for the same. Given: Find root of f(x)=cos(x)-xe x =0;
accuracy=0.0001.
20 MARKS
OR
Q2. Write the program on Rung- Kutta 4th order Method with Solver. Also draw
the Flowchart for the same. Given: dy/dx= 1+y 2 ; where y=0 when x=0. Find
y(0.4) h=0.2.
20 MARKS

SET-C

University of Pune
Practical Examination April/May 2015
SUBJECT: NUMERICAL METHODS AND OPTIMISATION
Marks:50
Time: 2hr
---------------------------------------------------------------------------------------------------------------------------

Q2. Write the program on Gauss-Elimination Method with Solver. Also draw
the Flowchart for the same. Given: Solve 1) 3x+y-z = 1; 2) x+2y+z = 2; 3) xy+4z = 3.
30 MARKS
OR
Q2. Solve dy/dx=x+2y using RK2. y(0)=0.1. Find y(0.2). Take h=0.1.

30 MARKS

Q1. Write the program on Simpsons 1/3rd rule with Solver. Also draw the
Flowchart for the same. Given: Find integration of f(x)=e x-x3-2x+1; with limits
1 to 4. n=6
20 MARKS
OR
Q1. Write the program on Gauss-Legendre 3point formula with Solver. Also
draw the Flowchart for the same. Given: find integration of x 2-8x+1 with limits
0 to 1.
20 MARKS

SET-D

University of Pune
Practical Examination April/May 2015
SUBJECT: NUMERICAL METHODS AND OPTIMISATION
Marks:50
Time: 2hr
---------------------------------------------------------------------------------------------------------------------------

Q2. Write the program on Gauss-Seidal Method with Solver. Also draw the
Flowchart for the same. Given: Solve 1) 4x+y+2z=12; 2) x+3y+z=16; 3)
x+2y+5z=10.
30 MARKS
OR
Q2. Write the program on Inverse interpolation with Solver. Also draw the
Flowchart for the same. Given: Find x at y=167for the following data.
x
y

1
1

2
12

5
117

7
317
30 MARKS

Q1. Write the program on Gauss-Legendre 3point formula with Solver. Also
draw the Flowchart for the same. Given: find integration of x 2-3x+1 in limits 1
to 4.
20 MARKS
OR
Q1. Write the program on Runge-Kutta 2th order method with Solver. Also
draw the Flowchart for the same. Given: Solve dy/dx= x 2+y2 y(0)=0 Estimate
y(0.3), h=0.1
20 MARKS

SET-E

University of Pune
Practical Examination April/May 2015
SUBJECT: NUMERICAL METHODS AND OPTIMISATION
Marks:50
Time: 2hr
---------------------------------------------------------------------------------------------------------------------------

Q1. Write the program on Inverse interpolation interpolation with Solver. Also
draw the Flowchart for the same. Given: Find x at y=450 for the following
data.
x
y

5
150

7
392

11
1452

13
2366
30 MARKS

OR
Q1. Solve dy/dx=x+y using RK2. y(0)=0.1. Find y(0.2). Take h=0.1.

30 MARKS
Q2. Write the program on Simpsons 1/3rd rule with Solver. Also draw the
Flowchart for the same. Given: Find integration of f(x)=x 3-3x2+6x+8; with
limits 0 to 1.5. n=3
20 MARKS
OR
Q2. Write the program on Trapezoidal rule with Solver. Also draw the
Flowchart for the same. Given: find integration of ex-sinx in limits 0 to 2. n=4
20 MARKS

SET-F

University of Pune
Practical Examination April/May 2015
SUBJECT: NUMERICAL METHODS AND OPTIMISATION
Marks:50
Time: 2hr
---------------------------------------------------------------------------------------------------------------------------

Q1. Write the program on Gauss-Seidal Method with Solver. Also draw the
Flowchart for the same.
Given: Solve 1) 4x-3y-z = 11; 2) x+5y-2z = 12; 3) 2x-y+6z = 14
30 MARKS
OR
Q1. Write the program on Lagranges interpolation with Solver. Also draw the
Flowchart for the same. Given: Find y at x=6 for the following data.
x
y

1
1

2
12

5
117

7
317
30 MARKS

Q2. Write the program on Simpsons 1/3rd rule with Solver. Also draw the
Flowchart for the same. Given: Find integration of f(x)=x 3-3x2+6x+8; with
limits 0 to 1.5. n=3
20 MARKS
OR
Q2. Write the program on Simpsons 1/3rd rule with Solver. Also draw the
Flowchart for the same. Given: Find integration of f(x)=x 3-3x2+6x+8; with
limits 0 to 1.5. n=3

20 MARKS

SET-G

University of Pune
Practical Examination April/May 2015
SUBJECT: NUMERICAL METHODS AND OPTIMISATION
Marks:50
Time: 2hr
---------------------------------------------------------------------------------------------------------------------------

Q1. Write the program on Gauss-Elimination Method with Solver. Also draw
the Flowchart for the same. Given: Solve 1) 10x+y+z=12; 2)2 x+10y+z=13;
3) 2x+2y+10z=14.
30 MARKS
OR
Q1. Write the program on PDE Explicit Method with Solver. Also draw the
Flowchart for the same. Given: Solve
, for the following
condition at x=0 and x=0.5, u=1 for all values of t at t=0, u=2x+1for0<x<0.5.
Take increment in x as 0.1 and in t as 0.01. Find all values of u for t=0 to t=0.03.
30 MARKS
Q2. Write the program on power equation y=ax b with Solver. Also draw the
Flowchart for the same. Given: find values of constants a and b for given data
x
y

1
0.5

2
2

3
4.5

4
8

5
12.5
20 MARKS

OR
Q2. Write the program on Runge-Kutta 4th order method with Solver. Also
draw the Flowchart for the same. Given: Solve dy/dx= x 2+y2 y(0)=0 Estimate
y(0.4), h=0.2
20 MARKS

SET-H

University of Pune
Practical Examination April/May 2015
SUBJECT: NUMERICAL METHODS AND OPTIMISATION
Marks:50
Time: 2hr
---------------------------------------------------------------------------------------------------------------------------

Q1. Write the program on Gauss-Seidal Method with Solver. Also draw the
Flowchart for the same. Given: Solve 1) x+3y+3z=16; 2) x+4y+3z=12; 3)
x+3y+4z=14.
30 MARKS
OR
Q2. Write the program on inverse interpolation Method with Solver. Also draw
the Flowchart for the same. Given: Find x at y=2.5 for given data.
x
y

0
0

1
1

2
7

3
25
30 MARKS

Q2. Write the program on Newton-Raphson Method with Solver. Also draw the
Flowchart for the same.
Given: Find root of f(x)=cos(x)-xe x =0;
accuracy=0.0001.
20 MARKS
OR
Q2. Write the program on Rung- Kutta 4th order Method with Solver. Also draw
the Flowchart for the same. Given: dy/dx= 1+y 2 ; where y=0 when x=0. Find
y(0.4) h=0.2.
20 MARKS

SET-I

University of Pune
Practical Examination April/May 2015
SUBJECT: NUMERICAL METHODS AND OPTIMISATION
Marks:50
Time: 2hr
---------------------------------------------------------------------------------------------------------------------------

Q1. Write the program on Gauss-Seidal Method with Solver. Also draw the
Flowchart for the same. Given: Solve 1) 10x+y+z=12; 2)2 x+10y+z=13; 3)
2x+2y+10z=14.
30 MARKS
OR
Q2. Write the program on Lagranges interpolation with Solver. Also draw the
Flowchart for the same. Given: Find y at x=1.5 for the following data.
x
y

0
2

1
3

2
12

5
47
30 MARKS

Q1. Write the program on Newton-Raphson Method with Solver. Also draw the
Flowchart for the same. Given: find root of f(x)=ex-sin(x)=0 to 4 decimal
places accuracy.
20 MARKS
OR
Q1. Write the program on Trapezoidal rule with Solver. Also draw the
Flowchart for the same. Given: find integration of 1/(1+x2) in limits 0 to 1. n=4
20 MARKS

SET-J

University of Pune
Practical Examination April/May 2015
SUBJECT: NUMERICAL METHODS AND OPTIMISATION
Marks:50
Time: 2hr
---------------------------------------------------------------------------------------------------------------------------

Q2. Write the program on Lagranges interpolation with Solver. Also draw the
Flowchart for the same. Given: Find y at x=9for the following data.
x
y

5
150

7
392

11
1452

13
2366

30 MARKS
OR
Q2. Write the program on PDE Explicit Method with Solver. Also draw the
Flowchart for the same. Given: Solve
, for the following
condition at x=0 and x=0.5, u=1 for all values of t at t=0, u=2x+1for0<x<0.5.
Take increment in x as 0.1 and in t as 0.01. Find all values of u for t=0 to t=0.03.
30 MARKS
Q1. Write the program on Runge-Kutta 2th order method with Solver. Also
draw the Flowchart for the same. Given: Solve dy/dx= x+y; y(0)=1 Estimate
y(0.2), h=0.1
20 MARKS
OR
Q1. Write the program on Trapezoidal rule with Solver. Also draw the
Flowchart for the same. Given: find integration of exsinx in limits 0 to 2. n=4
20 MARKS

Você também pode gostar