Jump to content

Vector products: Difference between revisions

(→‎{{header|Julia}}: A new entry for Julia)
Line 2,506:
 
=={{header|R}}==
<font color="red">''Note: This example in R below is wrong! Correct it.''</font>
<lang r>a <- c( 3.0, 4.0, 5.0)
b <- c( 4.0, 3.0, 5.0)
Cookies help us deliver our services. By using our services, you agree to our use of cookies.