vwex.fun 358 B

123456789101112131415161718
  1. #import std
  2. #import nat
  3. #import tbl
  4. #output dot'tex' table0
  5. chab = # ISO codes for upper and lower case letters
  6. vwrap5(
  7. ~&iNCNVS <'letter','code'>,
  8. <.~&rNCS,~&hS+ %nP*+ ~&lS> ~&riK10\letters num characters)
  9. pows = # first seven powers of numbers 1 to 7
  10. vwrap7(
  11. ~&iNCNVS <'$n$','$m$','$n^m$'>,
  12. ~&hSS %nP** <.~&lS,~&rS,power*> ~&ttK0 iota 8)