Welcome to the Differential Equations in MATLAB repository! This repository contains the MATLAB code used in my YouTube lecture series on solving differential equations. These codes demonstrate key concepts, numerical methods, and practical examples, helping students and enthusiasts grasp the applications of MATLAB in solving differential equations.
Watch the complete lecture series on YouTube: 📺 Differential Equations in MATLAB
This repository includes:
- Example Scripts: Step-by-step MATLAB implementations of methods such as:
- Ordinary Differential Equations (ODEs)
- Numerical solvers (e.g.,
ode45,ode23, etc.) - Boundary Value Problems (BVPs)
- Partial Differential Equations (PDEs)
- Annotated Code: Clear comments and explanations accompanying the code.
- Supporting Materials: Auxiliary files to aid in understanding and experimenting with the lectures.
To get started:
-
Clone the repository:
git clone https://github.com/FreyjaFa/Differential-eq.-in-MatLab.git
-
Open MATLAB and navigate to the cloned folder.
-
Run the scripts to explore the examples.
- MATLAB R2020a or later (recommended)
- Basic understanding of differential equations and MATLAB
Contributions are welcome! If you have improvements, additional examples, or bug fixes:
- Fork the repository.
- Create a new branch for your feature or fix:
git checkout -b feature-name
- Commit your changes and push to your fork.
- Submit a pull request with a detailed description of your changes.
This project is free to use, but please provide credit by linking to the YouTube lecture series.
For any questions, feel free to reach out or leave comments on the YouTube videos.
Happy coding and learning!