Hello. I'm a student of Electrical Engineering. I would like to use Wolfram as a complex matrices equations calculator.
Wolfram make great job with that type of equations:
(inv {{8-8i, -2-2i, 4}, {8-41i, -2-12i, 54}, {5-8i, -51-2i, 12}})*({{-12}, {11}, { 3}})=({{x}, {y}, { z}})

Problem appears when I'm trying to place complex numbers to second matrice:
(inv {{8-8i, -2-2i, 4}, {8-41i, -2-12i, 54}, {5-8i, -51-2i, 12}})*({{-12+13i}, {11+2i}, { 3+4i}})=({{x}, {y}, { z}})

It looks like, wolfram doesn't treat this
({{-12+13i}, {11+2i}, { 3+4i}})
as a matrix. THE QUESTION IS: Am I doing something wrong, or Wolfram doesn't support that kind of calculation? Thank you in advance, Gregory