Numerical Methods is a crucial subject in the field of Computer Engineering, providing fundamental techniques for solving mathematical problems using computational algorithms. This repository serves as a comprehensive collection of lab works assigned by the Department of Applied Science, IOE Pulchowk Campus. Numerical Methods is one of the subjects in the 2nd Year 2nd Part of Computer, Electrical, Electronics, and Chemical Engineering.
The repository includes lab works covering various topics in Numerical Methods, such as:
- Root Finding Methods (e.g., Bisection Method, Newton-Raphson Method)
- Interpolation Techniques (e.g., Lagrange Interpolation, Curve Fitting)
- Numerical Integration (e.g., Trapezoidal Rule, Simpson's Rule)
- Ordinary Differential Equations (e.g., Euler's Method, Runge-Kutta Methods)
- Eigen Values Calculator using Power Method.
Students and educators can utilize this repository to:
- Access lab assignments for Numerical Methods.
- Gain hands-on experience by implementing numerical algorithms.
- Refer to sample solutions for a better understanding of concepts.
- Collaborate and contribute by providing improvements or additional solutions.
This repository is intended for educational purposes only. While efforts have been made to ensure accuracy and correctness, it is advisable to verify solutions and algorithms before relying on them for critical applications.