Qurak

Create a matrix

Workflow 2 steps, run in order in one session. Every step was executed against the engine and the output below is what it produced.

Step 1
mat//MatrixForm
Output
MatrixForm[mat]
Step 2
Table[10i + j, {i, 3}, {j, 4}]//MatrixForm
Output
MatrixForm[{{11, 12, 13, 14}, {21, 22, 23, 24}, {31, 32, 33, 34}}]

Functions used

Related recipes

All recipes · Function reference · Use this from an MCP client