Exercises in this lecture  Go to the slide, where this exercise belongs
Keyboard shortcut: 'u'  

Exercise 1.1
A tabular function


Make a WWW page with a table that maps n to fak(n), fib(n), or another similar function for n running from 1 to a constant N.

The WWW page should be generated from a Scheme program that uses LAML.

Use one of the existing LAML table functions from the HTML4.0 convenience library.

Example of a generated WWW page for fak between 1 and 20:

n(fak n)
11
22
36
424
5120
6720
75040
840320
9362880
103628800
1139916800
12479001600
136227020800
1487178291200
151307674368000
1620922789888000
17355687428096000
186402373705728000
19121645100408832000
202432902008176640000


There is no solution to this exercise