R Produkt DOT
a = c(1,2)
b = c(0,1)
# Perform the dot product
a%*%b
Trustworthy Whale
a = c(1,2)
b = c(0,1)
# Perform the dot product
a%*%b