Possible Matrix with Equal Row and Column Sums?

  • Thread starter Thread starter bb700092
  • Start date Start date
  • Tags Tags
    Matrix
bb700092
Messages
1
Reaction score
0
I want a matrix W of size nxk (where n>>k) with the following two properties:

1. Sum of all elements of each row is equal to one, i.e. \sumj wij = 1 for all i.
2. Sum of squares of all elements of each column is equal to one, i.e. \sumi wij2 = 1 for all j.

Is such a matrix possible? Any hint at how to prove one way or the other would be appreciated. Thanks in advance.
 
Physics news on Phys.org
The simplest counter example is when k = 1 and n > 1.
 
Back
Top