
Arithmetic
operations of scalars are discussed in previous post. Now we will discuss about
operations of matrices. All the basic operations on matrices, addition,
subtraction, multiplication, division, and exponentiation, can be done in
MATLAB. Operations other than addition and subtraction are done in two ways, one
way, uses the standard symbols (*, /, and ^) where normal matrix operations are
performed and the second way, which is called...