Vector products: Difference between revisions

Content deleted Content added
Line 2,506: Line 2,506:


=={{header|R}}==
=={{header|R}}==
<font color="red">''Note: This example in R below is wrong! Correct it.''</font>
<font color="red">''Note: This example in R below is incomplete/wrong! Correct it.''</font>
<lang r>a <- c( 3.0, 4.0, 5.0)
<lang r>a <- c( 3.0, 4.0, 5.0)
b <- c( 4.0, 3.0, 5.0)
b <- c( 4.0, 3.0, 5.0)