Question: write a function that computes the inner product of two arrays.a and b both point to arrays of length n. the function should return a[0]*b[0]
write a function that computes the inner product of two arrays.a and b both point to arrays of length n. the function should return a[0]*b[0] +a[1]*b[1] +...a[n]*b[n]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
