Changes

Jump to navigation Jump to search
no edit summary
Line 34: Line 34:  
*Here MATRIX("pascal") is showing the pascal matrix of order 3.
 
*Here MATRIX("pascal") is showing the pascal matrix of order 3.
 
*So users can change the order of the matrix  also.
 
*So users can change the order of the matrix  also.
 +
 +
==Examples==
 +
*1.MATRIX("pascal")
 +
{| class="wikitable"
 +
|-
 +
| 1 || 1 || 1
 +
|-
 +
| 1 || 2 || 3
 +
|-
 +
| 1 || 3 || 6
 +
|}
 +
*2.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/TRIANGULAR| TRIANGULAR]]
 +
 +
==References==
writer
6,694

edits

Navigation menu