How do you solve for this matrix.

X*X^t=0?

What matrix times its tranpose is zero?

If we use the usual notation:

A_{i,j} for the element at the i-th row and j-th column then, if we put:

A = X X^(T) ---->

A_{i,j} = X_{i,k}[X^(T)]_{k,j} =

X_{i,k}X_{j,k}

here we sum over the repeated index k.

The A_{i,j} have to b zero for all i and j. The term

X_{i,k}X_{j,k}

is an inner product of the i-th and j-th row of the matrix X. So, you have to fill the rows such that all the inner products are zero. That's easy to do.
E.g. take the first row as:

[1,i,0,0,0,0...] and fill all other rows with zeroes. The inner product of the first row with itself is then zero and inner products involving other rows are then also zero.

Thanks for your help. If your good you can also try to answer my other optimization problem:)

Similar Questions
  1. Solve the matrix equation.matrices (1 point) Responses matrix Image with alt text: matrix matrix Image with alt text: matrix
    1. answers icon 3 answers
  2. Hi! I need help with these two questions. Thanks! :)1.) Can we multiply the Matrix A (which is 3 x 4 matrix) by the other
    1. answers icon 2 answers
    1. answers icon 1 answer
  3. Choose which of the following are true statements regarding matrices.a. A matrix with 14 elements is impossible. b. If two rows
    1. answers icon 1 answer
more similar questions