Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Views: 3768

Homework 3

This week's homework contains two parts, a written part and a SageMathCloud part:

  • Written: For Wednesday, 2/11, you are to write up (neatly) and hand in problem 2.18 parts a, c, and d from Chapter 1, section II.2 (p. 47) on the dot product properties.

  • SageMathCloud: Answer the following questions in this file, including any relevant Sage work under each problem. Delete cells that you do not want included.

When you need to enter text, start a new cell and type %md as the first thing in the cell. This will create a markdown cell. (Markdown can include formatting commands and even LaTeX\LaTeX commands, if you wish, but you are not required to use any special formatting.) You can also click the "Text" button above to create an HTML cell, if you prefer.

This problem will be collected on SageMathCloud on Friday, 2/13, at noon. (You do not need to do anything except complete the problem on SageMathCloud in this file; I will collect the files automatically.)

Sage Problem

Here are three vectors: [ \mathbf{v1} = \left(1302\begin{array}{c} 1 \\ -3 \\ 0 \\ -2 \end{array}\right), \qquad \mathbf{v2} = \left(1111\begin{array}{c} 1 \\ 1 \\ 1 \\ 1 \end{array}\right), \qquad \mathbf{v3} = \left(5001\begin{array}{c} -5 \\ 0 \\ 0 \\ 1 \end{array}\right), \qquad ] For each of the following vectors, decide if the vector is a linear combination of the vectors v1, v2, and v3. (We will later say that a vector which is a linear combination of a set of vectors is in the span of the set, so we are really asking if these vectors are in the span of v1, v2, and v3.)

Show evidence to support your claim.

a) [ \left(314512\begin{array}{c} 3 \\ -14 \\ -5 \\ -12 \end{array}\right) ]

b) [ \left(1250\begin{array}{c} 1 \\ -2 \\ 5 \\ 0 \end{array}\right) ]

c) [ \left( 17/6107/6\begin{array}{c} 17/6 \\ -1 \\ 0 \\ -7/6 \end{array}\right) ]