Table[expr, {imax}]产生一个 expr 的 拷贝的列表.
Table[expr, {i, imax}]产生 从1到 的一个 expr 的值的列表.
Table[expr, {i, imin, imax}]以 开始.
Table[expr, {i, imin, imax, di}]使用步长 di.
Table[expr, {i, {i1, i2, ...}}] 使用连续值 , , ....
Table[expr, {i, imin, imax}, {j, jmin, jmax}, ...]给出一个嵌套列表. 和 i 相关联的列表是最外的列表. »
由前 10 个平方组成的表:
从 0 到 20,步长为 2 的表:
由 10 个 组成的列表:
制作一个 4x3 矩阵:
绘制一个表:
表中的一列:
Range DiagonalMatrix IdentityMatrix Array Do Sum Product NestList NestWhileList SparseArray RecurrenceTable BooleanTable DiscretePlot ParallelTable
400+ new features, including the new Wolfram Predictive Interface, social network analysis, enterprise CDF deployment, and more »