NUMERICAL METHODS BY USING C AND MATLAB (Optional Paper)
Paper Code:
MAT323
Credits:
5
Contact Hours:
75.00
Max. Marks:
100.00
Unit I:
I
15.00
Programming in C: Character set, variables and constants, keywords, Instructions, assignment statements, arithmetic expression, comment statements, simple input and output, Boolean expressions, Relational operators, logical operators, control structures, decision control structure, loop control structure, case control structure.
Unit II:
II
15.00
functions, subroutines, scope and lifetime of identifiers, parameter passing mechanism, arrays and strings, Pointers, Pointers to Function, Function returning Pointers. Number system: Binary, Decimal, Hexadecimal & Octal, Conversion, Operators, r’s complement. Files in C. Simple computer programming.
Unit III:
III
15.00
Solution of Algebraic and Transcendental Equations using C: Bisection Method, Method of False Position, Iteration Method, Newton-Raphson Method and The Secant Method.
Unit IV:
IV
15.00
Computational Techniques using MatLab: Matrix Operations in MatLab, Solution of a linear systems AX = B; Jacobi Iteration Method, Gauss-Seidel Iteration Method, Curve-fitting.