Asked by lesgo

[3 -6 -3] [x]

[ x 2 1] -6 -2 3 -1

-3 -2 0 2



to clarify, the [ x 2 1] is a 1*3.......the A matrix is 3*3....and what i think is b, the x -1 2 is 3*1.



x = ??

Answers

Answered by lesgo
the format got jumbled

[x 2 1] [3 -6 -3] [x]
-6 -2 3 -1
-3 2 0 2
Answered by oobleck
still garbled. Try
A =
[...]
[...]
[...]

B =
[...]
[...]
[...]

and do you want X such that AX=B?
If so, then X = A<sup><sup>-1</sup></sup>B
There are no AI answers yet. The ability to request AI answers is coming soon!