Feeds
질문
How can i generate complex number Hadamard, like hadamard(4) gives colmns which are mutualy perpandicular?. there should be zero mutualy inner product of colmn.
the dimension of complex hadamard may not be same as in real case hadamard.
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
How can i replace 0 by -1 in all binary number till 256 as 00000000, 00000001, 00000010, 00000011, 00000100, .................................., 11111111 ?
Without using loops
10년 초과 전 | 답변 수: 2 | 0
2
답변질문
How to generate all binary number till 256 as 00000000, 00000001, 00000010, 00000011, 00000100, .................................., 11111111 ?
I am thinking that it can be generated by using staging 0 and 1 in prefix to {0, 1} and repeat it till the desired answer.
10년 초과 전 | 답변 수: 1 | 0
