It's amazing that
[](0,1) |/ a |/ b
works. That means, it automatically evaluates the arguments and converts them into a matrix?
a= {{5,3}}
b = {{7 ,6}}
[](0,2) |/ a |/ b
While sharing my learning with my colleagues I noticed:
Up to now, I thought that [a, b] is just a short form of the constructor matrix({a,b}).
But it's the result, right?
Now I really understand what you mean::
@ErraticAttack wrote:
you cannot put expressions in the matrix elements
Then the examples in my last post don't make sense. They just don't work because the matrix() function doesn't have a function to set non-numerical values to "." (missing) - compare the original topic.
By the way:
I am a bit surprised to see the result of matrix(3). Kind of an easter egg ?