public class CramersRule
extends java.lang.Object
| Constructor and Description |
|---|
CramersRule() |
| Modifier and Type | Method and Description |
|---|---|
static double[] |
cramers(double[][] A,
double[] B)
Given left-hand side equation matrix and right-hand side vector, solves
the system of equations
|
public static double[] cramers(double[][] A,
double[] B)
A - Right-hand side matrixB - Left-hand side vector