Excuse me, I sent this message from the wrong email address:

On Fri, 14 Aug 2020 at 09:24, Steven D'Aprano <[email protected]> wrote:
> Tensors generalise matrices to an arbitrary number of
> dimensions, 3D and above.
>
> https://medium.com/@quantumsteinke/whats-the-difference-between-a-matrix-and-a-tensor-4505fbdc576c
>
> I have never studied tensors and wouldn't know where to even begin a
> tensor library :-)

Another big problem with tensors is the covariance and contravariance.
Usually in informatic you denote the covariance with the subscript
operator, that on paper is written as subscript. Contravariant index
on the contrary is a superscript. Not sure how a programming language
can easily represent it. Maybe PEP 472 can help here?
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/O3PEI2IGWIO37FD35JXGI3Z4HKEC4Z5T/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to