Given vectors and of length , produce vector of length such that .
Input
a- first input vector of lengthn.b- second input vector of lengthn.n- the number of elements in each vector.
Output
c- output vector of lengthnsuch that .
Given vectors and of length , produce vector of length such that .
a - first input vector of length n.b - second input vector of length n.n - the number of elements in each vector.c - output vector of length n such that .Practice problem · every submission below is public, click to view code