Vector products: Difference between revisions

Content added Content deleted
(Task description loosened without invalidating current solutions. See talk page.)
m (No longer needs to be a function.)
Line 20: Line 20:
# Compute and display: <code>a • b</code>
# Compute and display: <code>a • b</code>
# Compute and display: <code>a x b</code>
# Compute and display: <code>a x b</code>
# Compute and display: <code>a • b x c</code> using the scaler triple product function.
# Compute and display: <code>a • b x c</code>, the scaler triple product.
# Compute and display: <code>a x b x c</code> using the vector triple product function.
# Compute and display: <code>a x b x c</code>, the vector triple product.


;References:
;References: