Giter VIP home page Giter VIP logo

numerical-analysis-with-matlab's Introduction

Numerical-Analysis

Hello there! ๐Ÿ‘‹ Welcome to the repository of Numerical Analysis. Here, you'll find various code files encapsulating my journey through the IPE-312 Numerical Analysis Lab. I've ventured into various topics, all coded using the versatile MATLAB, and to make the concepts crystal clear, I've provided MATLAB scripts for explanations. Let's dive into the specifics:

1. Roots of Equation

When equations meet algorithms! ๐ŸŒฑ In this section, I've tackled the fascinating realm of finding the roots of equations using multiple techniques. Each method has covered:

  • Bisection Method (Bisection.mlx): A classical approach to narrowing down the root's range until precision is achieved.
  • Graphical Method (Graphical_Method.mlx): Visualizing roots through graphs for a clearer understanding.
  • Newton-Raphson Method (Newton_raphson.mlx): A powerful iterative technique to refine root approximations.
  • Regula Falsi Method (Regula_Falsi_Method.mlx): A method that blends bisection with linear interpolation for quicker convergence.
  • Secant Method (Secant.mlx): An iterative approach similar to Newton-Raphson but doesn't require derivative calculation.

2. Optimization

Unveiling the art of optimization! ๐ŸŽฏ This section is all about the Golden Section Search, an optimization algorithm aimed at finding the extremum of functions

3. Numerical Integration

๐Ÿ“Š Here, I've explored numerical integration methods to approximate definite integrals:

  • Simpson's 1/3 Rule (Simpson_One_third_rule.mlx): Dividing and conquering integration intervals for accurate results.
  • Simpson's 3/8 Rule (Simpson_three_eight_rule.mlx): A slight variation of Simpson's rule for even better accuracy.
  • Trapezoidal Rule (Trapezoidal_rule.mlx): Approximating the integral using trapezoids โ€“ a classic approach.

4. Numerical Differentiation

๐Ÿ“ˆ In this section, I've explored numerical differentiation using the Runge-Kutta 4th Order method, a popular choice for solving ordinary differential equations (ODEs).

5. LU Decomposition

๐Ÿงฉ This final section delves into LU decomposition, a technique that simplifies matrix operations.

This repository is a testament to my journey through IPE-312, capturing my efforts to make numerical concepts tangible through code.

Feel free to reach out if you have any questions, insights, or even code optimizations to share. ๐Ÿš€๐Ÿ”ข

numerical-analysis-with-matlab's People

Contributors

shafikul-islam avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.