>
|
|
Construct a 5 x 5 Matrix.
| (1) |
Construct a submatrix of the Matrix M, where the first list in the calling sequence selects corresponding row entries and the second list selects column entries.
>
|
|
| (2) |
Construct the Sylvester Matrix of two polynomials.
>
|
|
Compute the Eigenvectors of a Matrix.
>
|
|
Test if the Matrix M is orthogonal.
>
|
|
| (5) |
Solve the system defined by Matrix M and Vector v.
>
|
|
| (7) |
>
|
|
Construction of simple Matrices and Vectors, extraction of submatrices, transposition, basic arithmetic and computation of inner products can be done directly without use of commands in the LinearAlgebra package.
>
|
|
>
|
|