The complex dot product

preview_player
Показать описание
This video lesson is part of a complete course on neuroscience time series analyses.
The full course includes
- over 47 hours of video instruction
- lots and lots of MATLAB exercises and problem sets
- access to a dedicated Q&A forum.

You can find out more here:

For more online courses about programming, data analysis, linear algebra, and statistics, see
Рекомендации по теме
Комментарии
Автор

Hi
I have a question, can you please help me?
1:42 when dot product vector V and W, the result is 14+16i .
And dot product is equivalent to
length(V)*length(W)*cosine (theta, angle between V and W) = 14+16i.
Because length(V) and length(W) must be real number. so cosine (theta) must be complex number? ( because result is 14+16i)
But if cosine (theta) is complex number, what does that mean?
Thank you

yunfan