Git Product home page Git Product logo

cot-4500-as3's Introduction

Numerical Methods Script

This script provides solutions to a variety of numerical methods problems using Python. It includes implementations of the Euler and Runge-Kutta methods for solving ordinary differential equations, Gaussian elimination with backward substitution for solving linear systems, LU Factorization, and checks for matrix properties (diagonally dominant and positive definite).

Features

  • Euler method for solving differential equations
  • 4th-order Runge-Kutta method
  • Gaussian elimination and backward substitution
  • LU Factorization using SciPy
  • Matrix property checks: diagonally dominant and positive definit

Requirements

Requirements instructions will be found in the requirements.txt file in the repository

Running the script

To use the script, simply run it in your preferred Python environment. The script is self-contained and does not require any additional input once the initial conditions are set within the script.

python main.py

Structure

The script is divided into several function definitions followed by their execution. The results are printed to the console.

  • Euler and Runge-Kutta Methods: Solve the specified differential equation.
  • Gaussian Elimination: Solve the linear system represented by the augmented matrix.
  • LU Factorization: Perform factorization on a given matrix and print the L, U, and determinant.
  • Matrix Property Checks: Print out whether a matrix is diagonally dominant or positive definite.

cot-4500-as3's People

Contributors

nickklos10 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.