praktikum.matrix
Class MatrixTerm
java.lang.Object
|
+--praktikum.matrix.Matrix
|
+--praktikum.matrix.Term
|
+--praktikum.matrix.MatrixTerm
- All Implemented Interfaces:
- DifferentiableTerm, Function
- public class MatrixTerm
- extends Term
- implements DifferentiableTerm
Die Klasse MatrixTerm kapselt eine Matrix als Term.
toString
public String toString()
- Description copied from class:
Term
- Liefert eine String-Darstellung des Terms
- Overrides:
toString
in class Term
- Following copied from class:
praktikum.matrix.Term
- Returns:
- String-Darstellung
latex
public String latex()
throws IllegalLatexRepresentationException
- Description copied from class:
Term
- Liefert eine Latex-Darstellung des Terms.
- Overrides:
latex
in class Term
- Following copied from class:
praktikum.matrix.Term
- Returns:
- Latex-Darstellung
- Throws:
IllegalLatexRepresentationException
- falls Latex-Darstellung fehlerhaft.
diff
public Term diff(Argument arg)
throws OperatorException
- Description copied from interface:
DifferentiableTerm
- Differenziert einen Term nach einem Argument.
- Specified by:
diff
in interface DifferentiableTerm
- Following copied from interface:
praktikum.matrix.DifferentiableTerm
- Parameters:
arg
- Argument, nach dem differenziert werden soll.- Returns:
- Ableitung des Terms