The first thing is the real dot product, instead of the dot multiplication (.*) product we have been using. dot(A,B) does the same thing as sum(A.*B) with one less character.
Using dot product on different column vectors of the data matrix to calculate the position of the center of mass.
There is no screenshot, but we also went over dot product with multi-dimensional matrices.
Practice exercise for inverses


