Home About Contact

Menu

Systems of linear equations Calculator :

Select the number of unknowns:
 

Note:
use Math.pow(x,n) to calculate x to the power of n .
use Math.sqrt(x) to calculate the sqare root of x .


    X1    +    X2    +    X3    =   

    X1   +    X2   +    X3   =   

    X1   +    X2    +    X3   =   




GET SYS
×
solve using the inverse matrix
×

the answer's formula goes like this: X = A-1 * b


solve using Cramer Method
×

the answer's formula goes like this: Xi = Ai / det(A)


solve using Gausian elimination
×
solve using cholesky's Method
×
solve using LU_DECOMPOSITION Method
×