Jump to content

Vector products: Difference between revisions

m
→‎{{header|Ruby}}: Remove phantom category 'matrix'.
(→‎{{header|Euphoria}}: Euphoria example added)
m (→‎{{header|Ruby}}: Remove phantom category 'matrix'.)
Line 1,290:
Dot product is also known as ''inner product''. The standard library already defines Vector#inner_product, so this program only defines the other three methods.
 
{{libheader|matrix}}
<lang ruby>require 'matrix'
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.