[Numpy-discussion] numpy pprint?

Charles R Harris charlesr.harris at gmail.com
Tue Nov 6 09:42:05 EST 2018


On Tue, Nov 6, 2018 at 3:56 AM Foad Sojoodi Farimani <f.s.farimani at gmail.com>
wrote:

> Dear András,
>
> Try those different option in MATLAB for example. or
> Octave/Scilab/Sympy-Matrix... they are all the same. The term
> "multidimensional arrays"  is a little bit vague. one might think of
> multidimensional matrices ( I don't think there is such a thing in math) if
> coming from MATLAB. I also think the row-major column major terminology is
> confusing. there are no rows or columns for that matter. Numpy ndarrays are
> homogeneous, uniform nested lists. one can represent different layers of
> this list in different ways using rows or columns.
>
>
I think the current popular terminology is `tensors` for `multidimensional
arrays`. Note that matrices are a different type of object.

<snip>

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20181106/edd6ca19/attachment-0001.html>


More information about the NumPy-Discussion mailing list