How to solve the following quadratic matrix equation (i+X).(X.A+B)+C=0?

107 Views Asked by At

(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