Skip to content

Commit 23315d2

Browse files
committed
Exercises and solutions
1 parent 7c31e3a commit 23315d2

4 files changed

Lines changed: 806 additions & 6 deletions

File tree

Applications_LT.ipynb

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,40 @@
324324
"## Code solution here."
325325
]
326326
},
327+
{
328+
"cell_type": "markdown",
329+
"metadata": {},
330+
"source": [
331+
"**Exercise 4:** \n",
332+
"\n",
333+
"$(a)$ Find a single matrix that represents a transformation that has the effect of reflection about the $x_2$-axis followed by a shift $2$ units to the right and $2$ units up."
334+
]
335+
},
336+
{
337+
"cell_type": "code",
338+
"execution_count": null,
339+
"metadata": {},
340+
"outputs": [],
341+
"source": [
342+
"## Code solution here."
343+
]
344+
},
345+
{
346+
"cell_type": "markdown",
347+
"metadata": {},
348+
"source": [
349+
"$(b)$ Create a new matrix of coordinates, apply this transformation, and plot the results."
350+
]
351+
},
352+
{
353+
"cell_type": "code",
354+
"execution_count": null,
355+
"metadata": {},
356+
"outputs": [],
357+
"source": [
358+
"## Code solution here."
359+
]
360+
},
327361
{
328362
"cell_type": "markdown",
329363
"metadata": {},

0 commit comments

Comments
 (0)