ABSTRACT

As mentioned in previous chapters, in scientific computing, data is conveniently organized as collections of values known as vectors and matrices and are used to implement data lists and sequences of values. This chapter presents basic concepts of matrices, operations on matrices, and programming computing with matrices in Python and Numpy, and a summary of systems of linear equations that are solved using Numpy.