Changes

Jump to navigation Jump to search
1,054 bytes added ,  20:00, 7 June 2017
Line 86: Line 86:  
| 0 || 0 || 13
 
| 0 || 0 || 13
 
|}
 
|}
 +
2. MATRIXWITH(3,"negative:integer")
 +
{| class="wikitable"
 +
|-
 +
| -100 || -29 || -51
 +
|-
 +
| -80 || -26 || -58
 +
|-
 +
| -57 || -29 || -69
 +
|}
 +
3. MATRIX("circulant",3,12..120..13)
 +
{| class="wikitable"
 +
|-
 +
| 12 || 38 || 25
 +
|-
 +
| 25 || 12 || 38
 +
|-
 +
| 38 || 25 || 12
 +
|}
 +
4.MATRIX("generalized permutation",4,100..110)
 +
{| class="wikitable"
 +
|-
 +
| 0 || 0 || 100 || 0
 +
|-
 +
| 0 || 0 || 0 || 101
 +
|-
 +
| 0 || 102 || 0 || 0
 +
|-
 +
|103 || 0 || 0 || 0
 +
|}
 +
5.MATRIX("pascal",5)
 +
{| class="wikitable"
 +
|-
 +
| 1 || 1 || 1 || 1 || 1
 +
|-
 +
| 1 || 2 || 3 || 4 || 5
 +
|-
 +
| 1 || 3 || 6 || 10 || 15
 +
|-
 +
|1 || 4 || 10 || 20 || 35
 +
|-
 +
|1 || 5 || 15 || 35 || 70
 +
|}
 +
 +
==See Also==
 +
*[[Manuals/calci/ANTIDIAGONAL| ANTIDIAGONAL]]
 +
*[[Manuals/calci/CONFERENCE| CONFERENCE]]
 +
*[[Manuals/calci/CIRCULANT| CIRCULANT]]
 +
*[[Manuals/calci/HADAMARD| HADAMARD]]
 +
 +
==References==
 +
*[http://en.wikipedia.org/wiki/Hankel_matrix Hankel matrix]
 +
*[http://en.wikipedia.org/wiki/Hadamard_matrix Hadamard matrix]
 +
*[https://en.wikipedia.org/wiki/Identity_matrix Identity]
 +
 +
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 +
*[[ Z3 |  Z3 home ]]
writer
6,694

edits

Navigation menu