SOR Method Calculator: Successive Over-Relaxation Solver

Calculate Successive Over-Relaxation (SOR) Method for a 3x3 System

System of Linear Equations (Ax = b) - Enter coefficients for a 3x3 matrix

Constant Vector (b)

Initial Guess (x(0))

Solver Parameters

A value between 0 and 2 (exclusive). Common values are 1.0 to 1.5.
The desired accuracy for convergence (e.g., 0.0001).
Maximum number of iterations to perform.

Solve systems of linear equations efficiently with our SOR Method Calculator. This powerful tool applies the Successive Over-Relaxation iterative technique, an advanced version of Gauss-Seidel, to find approximate solutions rapidly. Ideal for numerical analysis and computational mathematics.

Formula:

The Successive Over-Relaxation (SOR) method updates each variable iteratively using the formula:

xi(k+1) = (1 - ω)xi(k) + ω * (1 / aii) * (bi - ∑j=1i-1 aijxj(k+1) - ∑j=i+1n aijxj(k))

Where:

  • xi(k+1): The new approximation for the i-th variable at iteration k+1.
  • xi(k): The previous approximation for the i-th variable at iteration k.
  • ω (omega): The relaxation parameter, a value between 0 and 2 (0 < ω < 2) that controls the speed of convergence.
  • aij: The coefficient of xj in the i-th equation of the system Ax = b.
  • bi: The constant term in the i-th equation.
  • n: The total number of equations/variables in the system.

Mathematics and Tools

1/4 Mile ET : Estimate Your Quarter Mile Elapsed Time

Go to Calculator

1x1 Matrix Multiplication

Go to Calculator

3D Distance : Find Distance Between Two Points in 3D Space

Go to Calculator

5x5 Matrix Multiplication

Go to Calculator

65th Percentile : Find the 65th Percentile Online

Go to Calculator

75th Percentile : Quickly Find Q3 for Your Dataset

Go to Calculator