Dies ist eine statische Kopie unseres alten Forums. Es sind keine Interaktionen möglich.
This is a static copy of our old forum. Interactions are not possible.
  • "Joachim" is male

Posts: 2,863

Date of registration: Dec 11th 2001

Location: Hämelerwald

Occupation: Wissenschaftlicher Mitarbeiter (Forschungszentrum L3S, TU Braunschweig)

21

Sunday, April 21st 2002, 9:53pm

Quoted

Original von Tara
Also meine Determinante hab ich so umgeformt:
1 0 -3 0 9
0 7 19 3 -10
0 0 23 0 -35
0 0 26 0 -57
0 1 21 -1 -37

=> 7* 23 0 -35
26 0 -57
128 -10 -249

Dann hab ich von der 3x3 Matrix die Determinante ausgerechnet und mal 7 genommen.
Hat wer meinen Fehler gefunden?
Du hast falsch umgeformt:

Source code

1
2
3
4
5
1  0  -3  0   9
0  7  19  3 -10
0  0  23  0 -35
0  0  26  0 -57
0  1  21 -1 -37
=>

Source code

1
2
3
4
7  19  3  -10
0  23  0  -35
0  26  0  -57
1  21 -1  -37
=>

Source code

1
2
3
4
0 -128  10  249
0   23   0  -35
0   26   0  -57
1   21  -1  -37
=>

Source code

1
2
3
4
-1  -21   1   37
 0   23   0  -35
 0   26   0  -57
 0 -128  10  249
=>

Source code

1
2
3
  23   0  -35
  26   0  -57
 128 -10 -249
=> -4010
The purpose of computing is insight, not numbers.
Richard Hamming, 1962