Qurak

TableForm

可用

Display wrapper that returns unevaluated in text/CLI mode, matching

TableForm[list]
TableForm[{a, b, c}] → TableForm[{a, b, c}]TableForm[{{1, 2, 3}, {4, 5, 6}}] → TableForm[{{1, 2, 3}, {4, 5, 6}}]TableForm[Table[{i, i^2}, {i, 3}]] → TableForm[{{1, 1}, {2, 4}, {3, 9}}]ToString[TableForm[{{1, 2, 3}}]] → 1 2 3

相关

全部 6300 个函数 · 从 MCP 客户端使用