Question: using GNU Emacs. Write the function dot-product of two vectors l1 and l2 that multiplies corresponding numbers in l1 and l2 and builds a new
using GNU Emacs. Write the function dot-product of two vectors l1 and l2 that multiplies corresponding numbers in l1 and l2 and builds a new number by summing the results. the vectors are the same length.
Example: (dot-product (1 2 3) (3 2 4)) returns 19.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
