Introduction to MATLAB
Basic Arithmetic Operators
+ - * / ^ (algebraic/matrix definitions)
.+ .- .* ./ .^ (element by element operation)
Additionally,
" ' " performs matrix transposition; when applied to a complex matrix, it includes elemental conjugations followed by a matrix transposition \ and .\ perform matrix and elemental left division
|