Matrix Operations (Continued)
•A.*B - Element by Element Multiply
•Also: A/B, A\B, A./B, A.^2
•Reserved Symbols
–Scalars: pi, i, j, inf, NaN, clock, date, ans
•"x=pi"
–x =
–3.1416
•"x=i"
–x =
–0 + 1.0000i