Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
khang200923 authored Jan 29, 2022
1 parent 7325a04 commit 890d44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/psi-array/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h3>Basic rules</h3>
<h3>Linear array rules</h3>
<p><b>Recursion: </b>\(\psi\{\#a,b\}_n = \psi\{\#\psi\{\#a,b-1\}_n,b-1\}_{\psi\{\#a,b-1\}_n}\)</p>
<h3>Dimension array rules</h3>
<p><b>Comma: </b>\(({\#_1},{\#_2})^* = ({\#_1}[0]{\#_2})^*\)
<p><b>Comma: </b>\(({\#_1},{\#_2})^* = ({\#_1}[0]{\#_2})^*\)<br />
<b>Recursion: </b>\((a[c]b\#)^*_n = (a[c-1]a[c-1]a[c-1]a...[c]b-1)^*_n\) where there are \(n\) \(a\)'s.</p>
</div>
</body>
Expand Down

0 comments on commit 890d44c

Please sign in to comment.