M. Bostelmann: Kurzanleitung TI-92
e) Lösen von LGS
Beispiel :
(1) mit Matrizen
Lösung : x = 2 ; y = 1 ; z = -1
(2) mit solve
solve(3x - 2y + z = 3 and x + 2y + z = 3 and 2x + y - 2z = 7,{x,y,z})
liefert
x=2 and y=1 and z=-1
4. Graphen mit dem TI-92
a) Funktionsgraphen
Beispiel: Darstellung des Graphen von f(x) = 2 - x
(i) Definition der Funktion: 2 - x^2 § f(x) ¸
(ii) Übernehmen in die Graphen-Liste : ¥# und Eingabe bei y1(x)=f(x) ¸
3x - 2y + z = 3
x + 2y + z = 3
2x + y - 2z = 7
Definition der Koeffizientenmatrix m
m hat jetzt den richtigen Wert
Transformation auf Dreiecksform mit ref
Transformation auf Diagonalform mit rref
2
Seite 3/5