Page 43 - REC :: B.E. EEE CURRICULUM & SYLLABUS - R2017
P. 43
Dept of EEE, REC
6. Design classes for Currency, Rupee, and Dollar. Write a program that randomly generates Rupee
and Dollar objects and write them into a file using object serialization. Write another program to
read that file, convert to Rupee if it reads a Dollar, otherwise it reads a Rupee.
7. Develop multi-threaded echo server and a corresponding GUI client in Java.
8. Develop a mini project using GUI components of JAVA.
TOTAL: 60 PERIODS
OUTCOMES:
On completion of the course, the students will be able to
gain the basic knowledge on Object Oriented concepts.
develop applications using Object Oriented Programming Concepts.
implement features of object oriented programming to solve real world problems.
PLATFORM NEEDED: Standalone desktops with C++ complier & Java for Windows /Linux.
SEMESTER IV
MA 17451 NUMERICAL METHODS L T P C
3 2 0 4
OBJECTIVES:
To provide the necessary basic concepts of a few numerical methods.
To provide procedures for solving numerically different kinds of problems occurring in the field
of Engineering and Technology.
UNIT I SOLUTION OF EQUATIONS 15
Solution of algebraic and transcendental equations - Fixed point iteration method – Newton Raphson
method- Solution of linear system of equations - Gauss elimination method – Pivoting - Gauss Jordan
method – Iterative methods of Gauss Jacobi and Gauss Seidel.
UNIT II INTERPOLATION 15
Interpolation with equal intervals - Newton’s forward and backward difference formulae - Interpolation
with unequal intervals – Newton’s divided difference interpolation- Lagrange’s interpolation – Cubic
Splines
UNIT III NUMERICAL DIFFERENTIATION AND INTEGRATION 15
Approximation of derivatives using interpolation polynomials - Numerical integration using Trapezoidal,
Simpson’s 1/3 rule and Simpson’s 3/8 rule – Romberg’s method - Two point and three point Gaussian
quadrature formulae – Evaluation of double integrals by Trapezoidal rule.
UNIT IV INITIAL VALUE PROBLEMS FOR ORDINARY DIFFERENTIAL
EQUATIONS 15
Single Step methods - Taylor’s series method - Euler’s method - Modified Euler’s method – Fourth order
Runge-Kutta method for solving first order equations - Multi step methods - Milne’s and Adams- Bash
forth predictor corrector methods for solving first order equations.
Curriculum and Syllabus | B.E. Electrical and Electronics Engineering | R2017 Page 43

