2
$\begingroup$

(i+X).(X.A+B)+C=0

i is an integer

A, B, C are known matrices of n*m integer elements

X is unknown matrix of n*n elements

EDIT: More standard notation would be:

(I+X).(X.A+B)+C=0

I is a matrix of n*n elements each of integer value i

A, B, C are known matrices of n*m integer elements

X is unknown matrix of n*n elements

  • 0
    What does $i+X$ mean when $i$ is an integer and $X$ is a matrix? For example, what is $$ 1 + \pmatrix{1&0\\0&0}? $$2017-02-28
  • 0
    I am not sure about standard notation. But you can replace i with I matrix that has n*n elements each of value i. I wrote it this way as a concise version.2017-02-28
  • 0
    So, is it correct to say that $$ 1 + \pmatrix{1&0\\0&0} = \pmatrix{2&1\\1&1}? $$2017-02-28
  • 0
    Yes, sorry for inconvenience.2017-02-28
  • 1
    See if this link provides any help: http://math.stackexchange.com/questions/649121/solving-the-quadratic-equation-for-matrices2017-02-28
  • 0
    @Mengchun Zhang Thank you, I can convert my equation to the form in your link for i=0, but for other values of i I am not sure whether it is possible.2017-02-28
  • 0
    @azerbajdzan You are welcome :) and could you write this2017-02-28
  • 1
    @azerbajdzan Sorry to mess up the comment above. I think you could try this: let $T$ be the matrix whose entries are all equal $i$, and let $Y=X+T$, then the equality becomes $Y.[(Y-T).A+B]+C=0$, which is $(Y^2).A+Y.(B-T.A)+C=0$2017-02-28
  • 0
    @Mengchun Zhang What a simple "trick". :-D I have overcomplicated it and overlooked this substitution. Thank you a lot again. So now I can proceed with studying your link in more detail. :-)2017-02-28
  • 0
    @azerbajdzan No worries :) but I am not sure whether this equation will work because all the "coefficient matrices" are multiplied after the unknown matrix $Y$, whereas in the link all the "coefficient matrices" are before the unknown matrix.2017-02-28
  • 0
    @Mengchun Zhang In the link they require the matrices to be commuting, so it does not matter for them on which side the unknown is. But my matrices are not commuting so their method is not applicable to my problem.2017-03-01
  • 0
    @azerbajdzan Yes you are right, sorry about that. I should check it before sending the link to you.2017-03-01

0 Answers 0