A single number can be treated as a scalar. A one-dimensional ordered list of numbers can be treated like a vector. A two-dimensional grid of numbers can be treated like a matrix.
It helps to slow that pattern down instead of dropping the vocabulary on the learner all at once.
If `7` is one number, that is a scalar-like case. If `[7, 2, 9]` is an ordered line of numbers, that is a vector-like case. If `[[7, 2], [9, 4], [1, 8]]` is a grid, that is a matrix-like case.
These examples matter because they show structure increasing gradually instead of all at once. The learner does not need to memorize formal definitions perfectly. They need to see that each step is still about organized numeric values.
Tensors become less intimidating when they feel like the next step in a pattern rather than a mysterious expert-only object.