Week - 1 |
Introduction to programming concepts |
Week - 2 |
Variable definition and basic mathematical operations |
Week - 3 |
Matrix and vector structures, array operations |
Week - 4 |
Linear equation solutions with matrices and vectors |
Week - 5 |
Two and three dimensional graphical plots |
Week - 6 |
Polynomial operations - Regression analysis |
Week - 7 |
Root finding and curve fitting methods with polynomials |
Week - 8 |
Introduction to programming: Algorithm development and flow diagrams |
Week - 9 |
Conditional statements: Switch-case structures |
Week - 10 |
Conditional expressions: If / Elseif structures |
Week - 11 |
Loop structures: For, While, Break, Continue |
Week - 12 |
Numerical methods: Finding roots with fixed point iteration |
Week - 13 |
Numerical methods: Newton-Raphson and Runge-Kutta methods |
Week - 14 |
Numerical methods: Numerical integration with Simpson's rule |