Rev 535 |
Rev 10294 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
<table class="wimscenter wimsborder">
<tr><th colspan="$[$q+1]">$addtable</th></tr>
<tr><td $opcolor>+</td>
!for j=0 to $q-1
<td $hdcolor>$(el$j)</td>
</tr>
!for i=0 to $q-1
<tr><td $hdcolor>$(el$i)</td>
!for j=0 to $q-1
!if $field=prime
!else
!set t=!item $i+1 of $(add$j)
!endif
<td>$(el$t)</td>
</tr>
</table>
<table class="wimscenter wimsborder">
<tr><th colspan="$[$q+1]">$multable</th></tr>
<tr><td $opcolor>*</td>
!for j=0 to $q-1
<td $hdcolor>$(el$j)</td>
</tr>
!for i=0 to $q-1
<tr><td $hdcolor>$(el$i)</td>
!for j=0 to $q-1
<td>
!if $field=prime
!else
!set t=!item $i+1 of $(mul$j)
!endif
$(el$t)
</td>
</tr>
</table>