Difference between revisions of "Linear Algebra"

From Sutherland_wiki
Jump to: navigation, search
m
m (Solving Linear Systems of Equations)
Line 22: Line 22:
  
 
== Solving Linear Systems of Equations ==
 
== Solving Linear Systems of Equations ==
 +
{{stub|section}}
 
=== Direct Solvers ===
 
=== Direct Solvers ===
 
==== Gaussian Elimination ====
 
==== Gaussian Elimination ====

Revision as of 08:58, 25 August 2008

Warn.jpg
This page is a stub and needs to be expanded.
If you can provide information or finish this page you're welcome to do so and then remove this message afterwards.

Basics: Matrices & Vectors

Discussion of a matrix and vector - what are they and how are they formed.

See here for help on creating matrices & vectors in MATLAB


Matrix & Vector Algebra

Vector Dot Product

Vector Cross Product

Matrix-Vector Product

Matrix-Matrix Product

Linear Systems of Equations

Solving Linear Systems of Equations

Warn.jpg
This section is a stub and needs to be expanded.
If you can provide information or finish this section you're welcome to do so and then remove this message afterwards.

Direct Solvers

Gaussian Elimination

The Thomas Algorithm (Tridiagonal Systems)

Iterative Solvers

Jacobi Method

Gauss-Seidel Method

Other Methods

  • Conjugate-Gradient
  • GMRES