fbeltrao
Civil/Environmental
- May 12, 2015
- 3
Try to find the determinant of the following 3x3 matrix:
[pre] | 2 3 4 |
M := | 1 -2 3 |
| 3 1 7 |[/pre]
MathCAD 15 returns me this:
[pre]|M| = 6.217*10^-15[/pre]
Which is obviously wrong. The answer is ZERO. Doing it manually:
[pre][2*(-2)*7 + 3*3*3 + 1*1*4] - [4*(-2)*3 + 3*1*7 + 3*1*2]
3 - 3
0[/pre]
Also, try in Wolfram, the answer is also ZERO: [pre][/pre]
Can someone explain me what went terrible wrong to MathCAD 15 give me that absurd answer? Did I make something wrong?
[pre] | 2 3 4 |
M := | 1 -2 3 |
| 3 1 7 |[/pre]
MathCAD 15 returns me this:
[pre]|M| = 6.217*10^-15[/pre]
Which is obviously wrong. The answer is ZERO. Doing it manually:
[pre][2*(-2)*7 + 3*3*3 + 1*1*4] - [4*(-2)*3 + 3*1*7 + 3*1*2]
3 - 3
0[/pre]
Also, try in Wolfram, the answer is also ZERO: [pre][/pre]
Can someone explain me what went terrible wrong to MathCAD 15 give me that absurd answer? Did I make something wrong?