Tutorial 5 steps, run in order in one session. Every step was executed against the engine and the output below is what it produced.
mat = {{1, 2, 3}, {4, 5, 6}};No output - this step sets something up for the next one.
FullForm[mat]FullForm[{{1, 2, 3}, {4, 5, 6}}]Head[mat]ListLength[mat]2mat[[ 2, 3]]6All recipes · Function reference · Use this from an MCP client