Coder Social home page Coder Social logo

linearequationssolver's Introduction

Slove Linear Equations

flowchart and program control flow
Values     Define
A         Coefficient matrix
b         Right side vector
A|b       Augmented matrix which contains coefficient matrix A and right side vector b
iter Number of iterations
Err_limit Iterative error
Lax_factor Relaxation factor
------------- -----------------------------------------------------------------------------------------
L         Lower triangular matrix of A
U Upper triangular matrix of A
R R=L+U
D Diagonal matrix of A
M M=invertD
P Arrangement matrix
y Intermediate vector in direct methods and jacobi method
solution Repersent x, which defined by A·x=b

Direct methods

control flow and flowcharts of Gaussian elimination
  • Input: A|b
control flow and flowcharts of LU decomposition
  • Input: A,b

Iterative methods

control flow and flowcharts of Jacobi method
  • Input: A,b,iter,Err_limit
control flow and flowcharts of Gauss–Seidel method
  • Input: A,b,iter,Err_limit
control flow and flowcharts of Successive over-relaxation method
  • Input: A,b,iter,Err_limit,Lax_factor

linearequationssolver's People

Contributors

nescirem avatar

Watchers

James Cloos 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.