| New in Wolfram Mathematica 6: Dynamic Interactivity | ◄ previous | next ► |
Create Dynamic Tables
In Mathematica 6, you can make dynamic tables that contain any form of object.
In[1]:= | Manipulate[
Text[Grid[Table[Mod[i^j, k], {i, n}, {j, n}],
Background -> LightYellow, Frame -> All]], {n, 3, 10}, {k, 2,
10000, 10}] |
Out[1]= ![]() |


