|
|
|
|
|
by robot_no_421
1029 days ago
|
|
3 is the following function:
3 == lambda x: 3*x But I think that the technical, mathematical way to think about it is: The monoid of linear functions L:R->R is isomorphic to the monoid (R, *) Meaning, the structure of 1x1 matrices under multiplication is exactly the same as the structure of real numbers under multiplication. |
|
Seems trivial but among other things it implies associativity, which is not quite trivial for larger matrices.