A B C G M N V X Y

A

ausgeben() - Method in class Matrix
 

B

berechne(double, double, double, double, double, double) - Method in class Cramer
 
berechneDeterminante() - Method in class Matrix
 

C

Cramer - Class in <Unnamed>
Lösen eines Gleichungssystems mit zwei Unbekannten nach der Cramerschen Regel
Benutzung:
|a b||x| |e| | || | = | | |c d||y| |f| Cramer cramer = new Cramer(); cramer.berechne(a,b,c,d,e,f); double x = cramer.getX(); double y = cramer.getY();
Cramer() - Constructor for class Cramer
 

G

getX() - Method in class Cramer
 
getY() - Method in class Cramer
 

M

m - Variable in class Matrix
 
main(String[]) - Static method in class Cramer
 
Matrix - Class in <Unnamed>
Repräsentiert eine 2x2 Matrix.
Matrix() - Constructor for class Matrix
 

N

neu(Vektor, Vektor) - Method in class Matrix
 

V

Vektor - Class in <Unnamed>
Vektor repräsentiert einen Spaltenvektor im R2.
Vektor() - Constructor for class Vektor
 
Vektor(double, double) - Constructor for class Vektor
 

X

x - Variable in class Vektor
 

Y

y - Variable in class Vektor
 

A B C G M N V X Y