This chapter discusses mathematical operations with arrays in MATLAB. It covers topics such as addition, subtraction, multiplication, and division of arrays. Array operations can be performed elementwise or using matrix multiplication. Built-in functions like mean, max, and sort can be used to analyze array properties. Random number generation functions rand, randn and randi are also introduced.