jhypercomplex.matrices
Class SquareMatrix
java.lang.Object
jhypercomplex.matrices.Matrix
jhypercomplex.matrices.SquareMatrix
public class SquareMatrix
- extends Matrix
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SquareMatrix
public SquareMatrix(int n)
getDeterminant
public java.lang.String getDeterminant()
throws java.lang.Exception
- Throws:
java.lang.Exception
setComponents
public void setComponents(java.lang.String[][] components)
throws java.lang.Exception
- Overrides:
setComponents in class Matrix
- Throws:
java.lang.Exception
getDeterminant
public static double getDeterminant(double[][] b)
- Parameters:
Matrix - with numerical entries.
- Returns:
- Determinant the matrix.
getDeterminant
public static java.lang.String getDeterminant(java.lang.String[][] b)
throws java.lang.Exception
- Throws:
java.lang.Exception