Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

kevinlui's site

7239 views

Jan 03

Announcements

  • Read the syllabus

  • Watch first 3blue1brown video

  • First Webassign is due Tuesday

  • Conor's notes

  • Discussion problems

  • Webassign Office Hours at MSC

    • Thursday, January 4th, 11:00 AM – 4:00 PM

    • Monday, January 8th, 11:00 AM – 4:00 PM

1.1 Lines and Linear Equations

Linear equation

Definition: A linear equation is an equation of the form c1x1+c2x2++cnxn=dc_1 x_1 + c_2 x_2 + \ldots + c_n x_n = d, where the cic_i's are constants and the xix_i's are variables. The solutions to a linear equation are the possible xix_i's that satisfy the equation.

When we talk about solutions of linear equations, we have an ambient space in mind. In other words, the number of variables should be specified. For example, 6x=56x=5 can be considered a linear equation in just xx, or in x,yx,y. The space of solutions will depend on this.

Examples:

  • 6x=56x=5: The solution space in R\mathbb{R} is a point. The solution space in R2\mathbb{R}^2 is a linear.

  • 3x+2y=63x+2y=6: Think about solution space.

  • 4x+2y+z=04x+2y+z=0: Think about solution space.

  • An equation in nn variables yields a n1n-1-dimensional space.

We can see that geometrically, the solution space will a point, a line, a plane, or some other straight object.

Systems of linear equations

Definition: A system of linear equations is a list of linear equations. The solutions to a system of linear equation is the possible xix_i's that satisfy all linear equations on the list.

The solution space of a system of linear equations is the intersection of the solution space to each linear equation in the system.

Theorem: The number of solutions to a system of linear equations will be either zero, one, or infinity.

The number of soluitions can be determined. In this course, we will learn how.

Examples:

Think of some examples here with class.

Definition: A system of linear equations is said to be consistent is there exist at least one solution. It is inconsistent if it is not consistent.

Special forms of linear systems

Definition: Given an ordering of the variables, the leading variable of a linear equation is the first variable with a nonzero coefficient in that linear equation.

Definition: A linear system of equations is triangular if the number of variables is equal to the number of equations the leading variable of the iith equation is xix_i.

Examples:

Think of some examples here with class. Remember to solve them with back substitution.

Definition: A linear system is in echelon form if the leading variable are strictly increasing from top to bottom. Equations without variables are place at the bottom. In such a linear system, any variable that is not a leading variable is called a free variable.

Examples:

Think of some examples here with class. Be sure to explain why a free variable is called a free variable.