2 lines
90 B
Factor
2 lines
90 B
Factor
USE: math.matrices.elimination
|
|
{ { 1 2 -1 -4 } { 2 3 -1 -11 } { -2 0 -3 22 } } solution .
|