June 2019
Beginner
553 pages
17h 41m
English
To refer to a submatrix of the matrix A entered earlier, use the: to specify the rows and columns. For example, the submatrix consisting of the entries in the second two rows of columns 2 through 4 is given by . Thus, the statement
generates
If the colon is used by itself for one of the arguments, either all the rows or all the columns of the matrix will be included. For example, represents the submatrix of A consisting of all the elements in the second and third columns, and denotes the fourth row vector of A. We can generate a submatrix using non-adjacent rows or columns by using vector arguments to specify which rows and columns are to be included. For example, to generate ...
Read now
Unlock full access