Difference between revisions of "Manuals/calci/hadamard"

From ZCubes Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 29: Line 29:
 
==Examples==
 
==Examples==
 
1. HADAMARD(1) = 1
 
1. HADAMARD(1) = 1
 +
 
2. HADAMARD(3)  
 
2. HADAMARD(3)  
 
{| class="wikitable"
 
{| class="wikitable"
Line 59: Line 60:
 
|1 || -1 || -1||  1 || -1||1|| 1||-1
 
|1 || -1 || -1||  1 || -1||1|| 1||-1
 
|}
 
|}
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=BM6TUF5dp9c|280|center|Hadamard Matrix}}
 +
  
 
==See Also==
 
==See Also==

Latest revision as of 13:47, 9 April 2019

HADAMARD(Number)


  • is the order of the hadamard matrix.

Description

  • This function gives the matrix satisfying the property of Hadamard.
  • A Hadamard matrix is the square matrix with the entries of 1 and -1.
  • Also the rows of that matrix are orthogonal.
  • So H be a Hadamard matrix of order 2n.
  • The transpose of H is closely related to its inverse.
  • The equivalent definition for hadamard matrix is:
  

where is the n × n identity matrix and is the transpose of H.

  • So the possible order of the matrix is 1,2 or positive multiple of 4.
  • The few examples of hadamard matrices are:

Examples

1. HADAMARD(1) = 1

2. HADAMARD(3)

1 1 1 1
1 -1 1 -1
1 1 -1 -1
1 -1 -1 1

3. HADAMARD(4)

1 1 1 1 1 1 1 1
1 -1 1 -1 1 -1 1 -1
1 1 -1 -1 1 1 -1 -1
1 -1 -1 1 1 -1 -1 1
1 1 1 1 -1 -1 -1 -1
1 -1 1 -1 -1 1 -1 1
1 1 -1 -1 -1 -1 1 1
1 -1 -1 1 -1 1 1 -1

Related Videos

Hadamard Matrix


See Also

References