Solving Matrices Equations: Finding X for A*X*B^T = C

  • Thread starter Thread starter oxxiissiixxo
  • Start date Start date
  • Tags Tags
    Matrices
oxxiissiixxo
Messages
27
Reaction score
0

Homework Statement


1)Find all matrices X that satisfy the equation A*X*B^T = C, in terms of the LU
factorizations of A and B. State the precise conditions under which there are no
solutions.

B^T is the transpose of B.

2) Let U_1 and U_2 be two upper-triangular matrices. Let Z be an m × n matrix. Let
X be an unknown matrix that satisfies the equation
U_1X + XU_2 = Z.
A. Give an algorithm to find X in O(mn(m+ n)) flops (floating-point operations).
B. Find conditions on U_1 and U_2 which guarantee the existence of a unique solution
X.
C. Give a non-trivial example (U_1 is not equal to 0, U_2 is not equal to 0, X is not equal to 0) where those conditions are
not satisfied and
U_1X + XU_2 = 0.


Homework Equations





The Attempt at a Solution


any hints?
 
Physics news on Phys.org
anyone has any hints? how should i attempt these problems?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top