\\

Exercise 1: Computations of Determinants

Five 3×3 matrices are given:

[231122351],[421012002],[200350943],[2i0002+i0001],[421112112].
A

By hand: Compute the determinant of the first matrix by expansion along a row or column of your choice.

B

In your head: Compute the determinant of the remaining four matrices.

Exercise 2: Parametric Representation of a Parallelogram

In the figure a plane contains a parallelogram A.

vektor16.png

A

Provide a parametric representation of A.

Exercise 3: Different Bases in 3D Space

We consider the coordinates of space vectors in different bases, see the figure.

abasis02.png

A

It is apparent from the figure above, that a, b and c are linearly independent. A basis m is given by (a,b,c). The endpoint of d is halfway along the edge opposite of the edge formed by b in the parallelepiped. Determine the coordinate vector md.

B

It is also apparent from the figure that (a,b,d) is a basis, let us call this basis n. Compute the coordinate vector nc.

Exercise 4: Geometry in the Plane

We consider three geometric vectors in a standard coordinate system in the plane:

vektorer_planen_b.png

A

Compute the length of each vector.

B

Compute the angle between a and b.

C

Compute using the determinant method the area that is spanned by a and b.

D

Compute the length of the projection vector proj(b,c).

E

Compute the projection vector proj(b,c).

Exercise 5: Geometry in 3D Space

We will compute the volume of the parallelepiped that is spanned by three geometric vectors in a standard coordinate system in 3D space:

paralleleppidum2.png

The coordinates of the vectors are given in the standard basis by

ea=(1,0,0),eb=(1,2,0),ec=(32,12,32).
A

Find the volume of the parallelepiped using the formula: the area of the base times the height.

B

Determine

det([eaebec]).

Exercise 6: Linear Dependence or Independence

The following three vectors in 3D space are given in the standard coordinate system

(3,1,5),(2,3,9)and(5,3,3).
A

Determine using Maple the determinant of the matrix that has the three vectors as columns. Are the three vectors linearly independent?

B

A consequence of the answer to question a) is that at least one of the three vectors can be written as a linear combination of the others. Write one of the three vectors as a linear combinations of the other two.

C

State the volume of the parallelepiped that is spanned by the vectors (3,1,5),(2,3,9)and(5,3,3).

D

Determine a vector that is perpendicular to both (3,1,5) and (2,3,9), and that together with the two vectors spans a parallelepiped with the volume 187.