Skip to content

This repository contains MATLAB code from my YouTube lecture series on Differential Equations. Explore concepts, methods, and practical examples in solving differential equations with MATLAB.

Notifications You must be signed in to change notification settings

FreyjaFa/Differential-eq.-in-MatLab

Repository files navigation

Differential Equations in MATLAB

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.

YouTube Lecture Series

Watch the complete lecture series on YouTube: 📺 Differential Equations in MATLAB

Contents

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.

Getting Started

To get started:

  1. Clone the repository:

    git clone https://github.com/FreyjaFa/Differential-eq.-in-MatLab.git
  2. Open MATLAB and navigate to the cloned folder.

  3. Run the scripts to explore the examples.

Prerequisites

  • MATLAB R2020a or later (recommended)
  • Basic understanding of differential equations and MATLAB

Contributing

Contributions are welcome! If you have improvements, additional examples, or bug fixes:

  1. Fork the repository.
  2. Create a new branch for your feature or fix:
    git checkout -b feature-name
  3. Commit your changes and push to your fork.
  4. Submit a pull request with a detailed description of your changes.

License

This project is free to use, but please provide credit by linking to the YouTube lecture series.

Contact

For any questions, feel free to reach out or leave comments on the YouTube videos.

Happy coding and learning!

About

This repository contains MATLAB code from my YouTube lecture series on Differential Equations. Explore concepts, methods, and practical examples in solving differential equations with MATLAB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages