Question
</> Write a function inner_product that takes as its input two vectors a and b, and returns as its output their inner product. Hint: It will be important to use the conj function to conjugate the appopriate element since b'a ba when b is complex. Note the use of the gassert macro to check if the vectors have the same l
Question image 1