Example 3 steps, run in order in one session. Every step was executed against the engine and the output below is what it produced.
m = HilbertMatrix[7]{{1, 1/2, 1/3, 1/4, 1/5, 1/6, 1/7}, {1/2, 1/3, 1/4, 1/5, 1/6, 1/7, 1/8}, {1/3, 1/4, 1/5, 1/6, 1/7, 1/8, 1/9}, {1/4, 1/5, 1/6, 1/7, 1/8, 1/9, 1/10}, {1/5, 1/6, 1/7, 1/8, 1/9, 1/10, 1/11}, {1/6, 1/7, 1/8, 1/9, 1/10, 1/11, 1/12}, {1/7, 1/8, 1/9, 1/10, 1/11, 1/12, 1/13}}MatrixForm[m]MatrixForm[{{1, 1/2, 1/3, 1/4, 1/5, 1/6, 1/7}, {1/2, 1/3, 1/4, 1/5, 1/6, 1/7, 1/8}, {1/3, 1/4, 1/5, 1/6, 1/7, 1/8, 1/9}, {1/4, 1/5, 1/6, 1/7, 1/8, 1/9, 1/10}, {1/5, 1/6, 1/7, 1/8, 1/9, 1/10, 1/11}, {1/6, 1/7, 1/8, 1/9, 1/10, 1/11, 1/12}, {1/7, 1/8, 1/9, 1/10, 1/11, 1/12, 1/13}}]TraditionalForm[m]TraditionalForm[{{1, 1/2, 1/3, 1/4, 1/5, 1/6, 1/7}, {1/2, 1/3, 1/4, 1/5, 1/6, 1/7, 1/8}, {1/3, 1/4, 1/5, 1/6, 1/7, 1/8, 1/9}, {1/4, 1/5, 1/6, 1/7, 1/8, 1/9, 1/10}, {1/5, 1/6, 1/7, 1/8, 1/9, 1/10, 1/11}, {1/6, 1/7, 1/8, 1/9, 1/10, 1/11, 1/12}, {1/7, 1/8, 1/9, 1/10, 1/11, 1/12, 1/13}}]All recipes · Function reference · Use this from an MCP client