@[email protected]M to Science [email protected]English • 7 months agoExplain yourselves, comp sci.mander.xyzimagemessage-square69fedilinkarrow-up1505arrow-down116
arrow-up1489arrow-down1imageExplain yourselves, comp sci.mander.xyz@[email protected]M to Science [email protected]English • 7 months agomessage-square69fedilink
minus-square@NorthWestWindlinkEnglish21•7 months agoIt’s a terrible name. The math answer is what I would give.
minus-square@[email protected]linkfedilinkEnglish4•7 months agoIt’s not a terrible name, since it’s derived from the mathematical construct of vectors as n-tuples. In the case of vectors in programming, n relates to the size of the underlying array, and the tuple consists of the elements of the vector.
minus-square@[email protected]linkfedilinkEnglish3•7 months agoI myself was confused, when I first saw what a vector did in practice. Really bad name. But then I didn’t take Comp Sci.
It’s a terrible name. The math answer is what I would give.
It’s not a terrible name, since it’s derived from the mathematical construct of vectors as
n
-tuples. In the case of vectors in programming,n
relates to the size of the underlying array, and the tuple consists of the elements of the vector.That makes sense.
I myself was confused, when I first saw what a vector did in practice.
Really bad name.
But then I didn’t take Comp Sci.