@FlapKap@feddit.dk to Science Memes@mander.xyzEnglish • 5 months agoWhich side are you on?feddit.dkimagemessage-square36fedilinkarrow-up1239arrow-down113
arrow-up1226arrow-down1imageWhich side are you on?feddit.dk@FlapKap@feddit.dk to Science Memes@mander.xyzEnglish • 5 months agomessage-square36fedilink
minus-square@the_beber@lemm.eelinkfedilinkEnglish11•edit-25 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@MBMlinkEnglish3•5 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-25 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•5 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
** for power?
^
for power.**
is usually in a programming setting (but it‘s usually a method and not an operator there.)This is the way