@[email protected] to Science [email protected]English • 11 months agoWhich side are you on?feddit.dkimagemessage-square37fedilinkarrow-up1242
arrow-up1242imageWhich side are you on?feddit.dk@[email protected] to Science [email protected]English • 11 months agomessage-square37fedilink
minus-squarethe_beberlinkfedilinkEnglish9•edit-211 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@[email protected]linkfedilinkEnglish3•11 months ago or *, if I want to write it explicitly and have no convolution in the expression But why
minus-square@[email protected]linkfedilinkEnglish5•edit-211 months ago‘*’ is commonly used for multiplication in computer programming, so it’s probably that. Also in your calculator app
minus-squarethe_beberlinkfedilinkEnglish1•11 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.This is the way
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.)