Plugin installed incorrectly. Rename plugin directory '_include' to 'include'.
Plugin installed incorrectly. Rename plugin directory '__include' to 'include'.
lecture_1_slides_test
Warning: Undefined array key "do" in /home/levene/public_html/w/mst10030/lib/plugins/revealjs/action.php on line 14
Table of Contents
Chapter 1: Systems of linear equations
Linear equations
First example: a linear equation in two variables
- Consider the equation \[ 2x+5y=7.\]
- This is an equation in two variables, or indeterminates, $x$ and $y$.
- A solution of this equation is a pair of numbers $(a,b)\in \mathbb{R}^2$ so that if we replace $x$ with $a$ and replace $y$ with $b$, then the equation becomes true.
- In other words, so that $2a+5b$ really is equal to $7$.
$2x+5y=7$
- $(3,1)$ is not a solution, because $2\times 3+5\times 1\ne 7$
- $(1,1)$ is a solution, because $2\times 1+5\times 1=7$
- Other solutions include $(0,\tfrac 75)$, $(0.5,1.2)$, $(6,-1)$, $(3.5,0)$, $(-\tfrac32,2)$, …
$2x+5y=7$
- We can't make a complete list of all solutions, since there are infinitely many solutions in $\mathbb{R}^2$. However, we can draw the set of all solutions as a subset of $\mathbb{R}^2$. This turns out to be a straight line

- $2x+5y=7$ is a linear equation in two variables.
Definition
If $a,b,c$ are any fixed numbers, then equation \[ ax+by=c\] is a linear equation in two variables.
When you draw the set of all solutions of a linear equation in two variables, you always get a straight line in the $x$-$y$ plane.
More examples of linear equations in two variables
- $y-x=1$

More examples of linear equations in two variables
- $x-y=0$

More examples of linear equations in two variables
- $x=0\iff 1x+0y=0$

lecture_1_slides_test.txt · Last modified: by rupert

