@FlapKap@feddit.dk to Science Memes@mander.xyzEnglish • 10 months agoWhich side are you on?feddit.dkimagemessage-square37fedilinkarrow-up1245arrow-down113
arrow-up1232arrow-down1imageWhich side are you on?feddit.dk@FlapKap@feddit.dk to Science Memes@mander.xyzEnglish • 10 months agomessage-square37fedilink
minus-square@the_beber@lemm.eelinkfedilinkEnglish11•edit-210 months ago\cdot for matrix multiplication and the dot product, \times for cross product and nothing (or *, if I want to write it explicitly and have no convolution in the expression) for regular multiplication.
minus-square@MBM@lemmings.worldlinkfedilinkEnglish3•10 months ago or *, if I want to write it explicitly and have no convolution in the expression But why
minus-square@thatsTheCatch@lemmy.nzlinkfedilinkEnglish5•edit-210 months ago‘*’ is commonly used for multiplication in computer programming, so it’s probably that. Also in your calculator app
minus-square@the_beber@lemm.eelinkfedilinkEnglish1•10 months ago^ for power. ** is usually in a programming setting (but it‘s usually a method and not an operator there.)
\cdot
for matrix multiplication and the dot product,\times
for cross product and nothing (or*
, if I want to write it explicitly and have no convolution in the expression) for regular multiplication.But why
‘*’ is commonly used for multiplication in computer programming, so it’s probably that. Also in your calculator app
This is the way
** for power?
^
for power.**
is usually in a programming setting (but it‘s usually a method and not an operator there.)