| New in Wolfram Mathematica 6: Automated Table Layout | ◄ previous | next ► |
In[1]:= | Text[Grid[
Table[With[{n = n},
With[{u = HoldForm[\[Integral]1/(x^n - 1) \[DifferentialD]x]},
TraditionalForm /@ {u, ReleaseHold[u]}]], {n, 8}], Frame -> All,
ItemSize -> Automatic, Background -> LightYellow]] |
Out[1]= ![]() | ![]() |