I'm reading an article on Kalman filter on the web: http://www.cs.cmu.edu/~motionplanning/papers/sbp_papers/integrated3/kleeman_kalman_basics.pdf
Something that I noticed is that bold text is used for both matrix and vectors.
I usually like to use a single right arrow to denote vector, but how do you denote a matrix? Imagine you are writing an exam, how do you let other know that a variable F is a matrix (nxn) but not a vector (vice versa).
Thanks
Capital letters, like $\textbf{A,B,M}$ and so forth are common in representing a matrix. If you are unsure whether or not your notation will be understood, simply state it at the beginning of your solution.