Open Menu
AllLocalCommunitiesAbout
lotide
AllLocalCommunitiesAbout
Login

Tensors

⁨215⁩ ⁨likes⁩

Submitted ⁨⁨8⁩ ⁨months⁩ ago⁩ by ⁨fossilesque@mander.xyz⁩ to ⁨science_memes@mander.xyz⁩

https://mander.xyz/pictrs/image/c0bee4db-ed8d-48ab-9484-b4ad1c0e0a24.jpeg

source

Comments

Sort:hotnewtop
  • theblueredditrefugee@lemmy.dbzer0.com ⁨8⁩ ⁨months⁩ ago

    The difference between a matrix and a 2d array of numbers is the operations that are performed

    A tensor really isn’t standardized in the same way so it’s basically just an n-d array in my mind

    source
    • leisesprecher@feddit.org ⁨8⁩ ⁨months⁩ ago

      It’s all just pointers with semantics attached.

      source
      • socsa@piefed.social ⁨8⁩ ⁨months⁩ ago

        Vectors with strides.

        source
    • ZILtoid1991@lemmy.world ⁨8⁩ ⁨months⁩ ago

      You can force a 2D array to be a matrix if you’re clever enough

      source
    • azi@mander.xyz ⁨8⁩ ⁨months⁩ ago

      good ol’ nominal typing

      source
    • Hawk@lemmynsfw.com ⁨8⁩ ⁨months⁩ ago

      Well, it would still be a vector. So some standardisation.

      source
  • muntedcrocodile@lemm.ee ⁨8⁩ ⁨months⁩ ago

    Everything’s a matrix if u fuck with it hard enough

    source
    • ignotum@lemmy.world ⁨8⁩ ⁨months⁩ ago

      Everything’s a matrix if you realize there is no spoon

      source
      • UnRelatedBurner@sh.itjust.works ⁨8⁩ ⁨months⁩ ago

        Sadly, they patched the spoon exploit.

        source
        • -> View More Comments
  • marcos@lemmy.world ⁨8⁩ ⁨months⁩ ago

    How you describe a thing is different from what a thing is… A tensor is not a matrix.

    And on mathematics, “what a thing is” is a completely useless concept… So, it makes no difference whatsoever.

    source
    • affiliate@lemmy.world ⁨8⁩ ⁨months⁩ ago

      the “categorical” way of defining tensor products is essentially “that thing that lets you turn multi-linear maps into linear maps”, and linear maps (of finite dimensional vector spaces) are basically matrices anyways. so i don’t see it as much of a stretch to say tensors are matrices.

      (can you tell that i never took a physics class?)

      source
  • mumblerfish@lemmy.world ⁨8⁩ ⁨months⁩ ago

    A tensor is something that transform as a tensor. Gtfo Christoffel symbols.

    source
    • vzq@lemmy.blahaj.zone ⁨8⁩ ⁨months⁩ ago

      Duck typing ftw

      source
  • tatterdemalion@programming.dev ⁨8⁩ ⁨months⁩ ago

    Matrices are linear endomorphisms. They are isomorphic to (1,1) tensors, but not any other rank of tensors.

    source
    • affiliate@lemmy.world ⁨8⁩ ⁨months⁩ ago

      a tensor is a multi-linear map V × … × V × V^^ × … × V^^ → F, and a multi-linear map V × … × V × V^^ × … × V^^ → F is the same as a linear map V ⊗ … ⊗ V ⊗ V^^ ⊗ … ⊗ V^^ → F. and a linear map is ““the same thing as”” a matrix. so in this way, you can associate matrices to tensors. (but the matrices are formed in the tensor space V ⊗ … ⊗ V ⊗ V^^ ⊗ … ⊗ V^^, not in the vector space V.)

      source