System Of Linear Equations Solver

System Of Linear Equations Solver is a free online calculator which help you to find out the solutions of linear equations if they exist. This calculator is very useful in finding the multi variable linear equations which can take multiple hours to solve by hand. Go ahead and try this calculator to solve your linear equations problems.
System Of Linear Equations are the set of two or more than two linear equations which contains the same variables i.e. x,y,z,.....,k. Linear Equations are those equations in which the variables are raised to the power of one.The path of the linear equations are straight. Equations in which variables are raised to any other powers rather then one are non-linear equations. The path of the non-linear functions are curve. The general form of 2-variable system of linear equations is given by:
Similarly, the general form of 3-variable system of linear equations looks is :
In the above examples x,y,z are the variables and are the coefficients.These coefficients are used to compute the value of the variables. The value of these variables is called the solutions of the linear equations.
We can solve system of linear equations by using various methods.In this calculator we offer only three methods of calculations.
1. Row Echelon Method or Gauss–Jordan elimination
2. Cramers Method
3. Matrix Inversion Method

Cramers Method

x0
+
x1
+
x2
=
x0
+
x1
+
x2
=
x0
+
x1
+
x2
=

Cramers Method

Cramers method is a mathematical method which is highly used to calculate the solutions of the system of linear equations with the help of the determinants of the matrix . This method is one of the most easiest way to find the solution of the system of linear equations.
Let us consider we have a system of linear equations as below represented in the augmented matrix form.
1524
5318
6792
In Cramers Method we need to calculate the determinant of the coefficient matrix then we replace the constants column which is last column of the augmented matrix with the all columns of the coefficient matrix one by one and we calculate the determinants as below.
D =
152
531
679
= -141
D0 =
452
831
279
= -170
D1 =
142
581
629
= -162
D2 =
154
538
672
= 208
Now we have all the information that is required to find the values of the variables. we can find the value of each variables as below:
= 170/141
= 54/47
= -208/141

Types of Solutions in System of Linear Equations.

1. Unique Solution
If the determinant of the coefficient matrix is not equal to zero then we will have unique solution. We can also say that thenumber of variables is equal to the number of equations and no rows in the augmented matrix is dependent to each other or redundant or filled with zero The rank of the coefficient matrix is equal to the rank of the augmented matrix.
For Example:
1034
6315
3456
2. No Solution
If the determinant of the coefficient matrix is equal to zero then we have no solution. We can also determine this by comparing the rank of augmented matrix and coefficient matrix. If the rank of the augmented matrix is greater than the rank of the coefficient matrix then we have no solution.
For Example:
1034
6315
0006
3. Infinite Solutions
If the determinant of the coefficient matrix is equal to zero and and at the same time if the rank of the augmented matrix is equal to the rank of the coefficient matrix then we have infinite many solutions. We can also determine this if all the elements in a row of augmented matrix are zero or if the rows are duplicates or dependent to each other.
For Example:

Augmented matrix with a row with all zeros
1034
6315
0000
Augmented matrix with two rows dependent to each other. Here, row2 = 2*row3
1034
48612
2436