jsci.maths.algebras
Class su2Dim3
- java.lang.Object
-
- jsci.maths.algebras.LieAlgebra
-
- jsci.maths.algebras.su2Dim3
-
public final class su2Dim3 extends LieAlgebra
The su2Dim3 class encapsulates su(2) algebras using the 3 dimensional (adjoint) representation. Elements are represented by 3-vectors with a matrix basis.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description AbstractComplexSquareMatrix[]basis()Returns the basis used to represent the Lie algebra.AbstractDoubleSquareMatrixcartanMetric()Returns the Cartan metric.AbstractComplexSquareMatrixgetElement(AbstractDoubleVector v)Returns an element as a matrix (vector*basis).static su2Dim3getInstance()Singleton.doublekillingForm(AbstractDoubleVector a, AbstractDoubleVector b)Returns the Killing Form of two elements (scalar product).AbstractDoubleVectormultiply(AbstractDoubleVector a, AbstractDoubleVector b)Returns the Lie bracket (commutator) of two elements.-
Methods inherited from class jsci.maths.algebras.LieAlgebra
toString
-
-
-
-
Method Detail
-
getInstance
public static final su2Dim3 getInstance()
Singleton.
-
getElement
public AbstractComplexSquareMatrix getElement(AbstractDoubleVector v)
Returns an element as a matrix (vector*basis).- Specified by:
getElementin classLieAlgebra
-
multiply
public AbstractDoubleVector multiply(AbstractDoubleVector a, AbstractDoubleVector b)
Returns the Lie bracket (commutator) of two elements. Same as the vector cross product.- Specified by:
multiplyin classLieAlgebra
-
killingForm
public double killingForm(AbstractDoubleVector a, AbstractDoubleVector b)
Returns the Killing Form of two elements (scalar product).
-
basis
public AbstractComplexSquareMatrix[] basis()
Returns the basis used to represent the Lie algebra.- Specified by:
basisin classLieAlgebra
-
cartanMetric
public AbstractDoubleSquareMatrix cartanMetric()
Returns the Cartan metric.
-
-
DMelt 3.0 © DataMelt by jWork.ORG