Linear Algebra
I Section E01, E'00 |
Exercise 2
Exercise 3
Exercise 4
Exercise 5 |
---|
Maple Exercise
No 4 VECTOR SPACES |
---|
In order to solve the problems included in this exercise, you in fact need to know none new Maple commands. The essential point here is following the practical procedures analyzed in class and described in the text.
You may find, however, helpful the use of the following commands. To define a vector, it is necessarily to use the matrix command and set up the number of columns/rows equal 1. The command vector allows one to specify a vector directly; for example:
> vector([1,4,7,10]);There is a command which reduces the given matrix to reduced row echelon form. Its syntax is clearly seen from the following example:
> rref(am);where am is a matrix with respect to which the transformation is performed.
A reminder: to make Maple return a particular element of a matrix, it is enough to type the Maple name of the matrix with two numbers indicating the position of the entry in the matrix (row and column):
> mm[2,5];In order to return a particular column of matrix Q, one may use the command col. Its syntax is obviously seen form the following example:
> col(Q,2);1. If possible, express:
where
, ,
, and
2. For matrices and vector sets
,
,
, and
Note: For both problems, provide please at least minimal relevant comments explaining what are you doing and why.
[ Back on the Top ]
[ Back to COURSE MAPLE EXERCISES ]
[ Exercise 1 | Exercise 2 | Exercise 3 | Exercise 4 | Exercise 5 ]
[ Course Information | Home Work Assignments | Mini Projects | Maple Exercises | What's New? ]
Department of Mathematical Sciences | Back to Vadim Yakovlev's Professional Page |
---|