what does this ‘ mean?
transpose - turn rows into columns and vice versa
() round brackets can be used to specify what
the order of operations according to BODMAS
what does this mean .* and ./
element multiplication and division
what is element multiplication and division
A .* B or A ./ B results in a new matrix where each element is the product of the elements in the corresponding positions in A and B