aesthetic function value table



dear experts,

here is a simple version of a function's  x --> x^2  value table:

     for x:1 thru 2 step 1/4 do disp([x,x^2]);

which results in:

[1,1]
...
[2,4]

ok, it works.
But I would like to have a more aesthetic table, perhaps in matrix form (genmatrix does
not work for me in this example, maybe I'm doing something wrong) or with better
formating:

-   -
|1 1|
|.. |
|2 4|
-   -

What is your prefered way to display function tables?
Any hints are very welcome.

HTH Wolfgang



-- 
Beste Gruesse           Wolfgang Lindner

Moderator Sprint-Studium Mathematik NRW (FernUniversit?t Hagen) 
Staedtisches Gymnasium, Stockhauserstr. 13, 42929 Wermelskirchen 
privat: Wolfgang Lindner, Stieglitzweg 6, D-42799 Leichlingen 
LindnerW at t-online.de      Tel: +49 02175 71163 
                                           Mobile: 0160 946 150 77