About 59 results
Open links in new tab
  1. Are there any differences between tensors and multidimensional …

    Feb 5, 2015 · Tensor : Multidimensional array :: Linear transformation : Matrix. The short of it is, tensors and multidimensional arrays are different types of object; the first is a type of function, …

  2. It is correct to say that a tensor is simply a multidimensional array ...

    Jul 4, 2018 · A tensor is a "multidimensional array of quantities" in the same sense that a vector is an "array of quantities" -- that is, you're giving a description of the coordinate representation of …

  3. Correct name for multi-dimensional array/matrix/tensor

    What is the correct name for an n-dimensional array in mathematics? I have seen the following: nD-Matrix nD-Array nD-Tensor Which is the right way?

  4. How would you explain a tensor to a computer scientist?

    Feb 11, 2024 · In machine learning, a “tensor” is simply a multidimensional array of numbers. Important to note that what mathematicians call a tensor is different than what machine …

  5. Multidimensional array terminology - Mathematics Stack Exchange

    May 17, 2017 · I'm writing some code that manages data stored in multidimensional arrays and a bit unsure of the correct terminology to use in my code comments, function and variable …

  6. Is there a notion of transpose for multidimensional arrays?

    Sep 5, 2016 · A higher-dimensional array is symmetric if and only if it is invariant under all non-identity permutations of its indices. Note that this does seem to be the natural definition -- (1) it …

  7. Calculating the address of an element in an n-dimensional array

    Aug 13, 2020 · Similarly, in the case of a two-dimensional array, the address of an element of any array say A [i] [j] may be calculated in 2 methods depending upon what type of ordering the …

  8. What are the Differences Between a Matrix and a Tensor?

    Jun 5, 2013 · What is the difference between a matrix and a tensor? Or, what makes a tensor, a tensor? I know that a matrix is a table of values, right? But, a tensor?

  9. linear algebra - $ (p, q)$ tensors and multidimensional arrays ...

    Jul 3, 2024 · I am trying to understand connections between different interpretations of tensors. In many contexts, tensors are treated simply as multidimensional arrays. Let us consider the …

  10. Is there a way to represent a multi-dimensional matrix, e.g., $3 ...

    Now, if you insist in something that looks like a table like a 2-dimensional array, of course no: it's 2-dimensional. To represent 3 dimensions on a plane, you have to resort to a trick, like writing …