2

Matrix Operations and Applications

After studying this chapter, you should be able to:

  • understand different data types in MATLAB®
  • create and manipulate arrays and matrices
  • use array and matrix operators
  • use matrices in problem solving

2.1 Introduction

The concept of arrays and matrices is important in solving problems of variegated nature. This concept is important in solving algebraic and differential equations, sorting, statistical operations, plotting, and various other applications. MATLAB is extremely efficient in representing and manipulating arrays and matrices, as the name MATLAB (Matrix Laboratory) suggests. In MATLAB, the same operators that are used in normal arithmetic can also be used with arrays and matrices. There is no need ...

Get Programming in MATLAB ® now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.