Thursday, August 30, 2018
Notes for Homework 2
Notes for rounding to positions and rounding to significant digits
Notes for rounding error
Notes for changing between decimal, binary and hexadecimal
Notes for the logical operators AND (^), OR (v) and NOT (~)
Thursday, August 23, 2018
Tuesday, August 21, 2018
Links to the stories of Archimedes, Newton, Euler and Gauss
Click on this link to read the stories of four great mathematicians. The first quiz on Wednesday, August 22, will be fill in the blank.
Friday, May 4, 2018
Monday, April 30, 2018
Notes for Homework 11a, due May 1
Notes on the metric system vs. customary
Changing Celsius to Fahrenheit
F = 9/5 C + 32
Changing Fahrenheit to Celsius
C = 5/9(F - 32)
Changing Celsius to Fahrenheit
F = 9/5 C + 32
Changing Fahrenheit to Celsius
C = 5/9(F - 32)
Tuesday, April 17, 2018
Friday, April 13, 2018
Saturday, March 31, 2018
Wednesday, March 21, 2018
Notes for Homework 8, due March 28
Notes on determinants
A 2x2 matrix is an array of four numbers put in two rows and two columns, such as
| a c |
| b d |
The determinant of this matrix is ad - bc, the product of the main diagonal minus the product of the opposite diagonal. If you use Kramer's rule to solve a pair of simultaneous equations, you will need to know how to calculate determinants.
For example, let's consider the following set of equations.
3x - 2y = 7
2x + 4y = 12
As an augmented matrix , these equations become
| 3 -2 : 7 |
| 2 4 : 12|
Matrix_1 is
| 3 -2 |
| 2 4 |
The determinant is 3(4) - 2(-2) = 12 - -4 = 16
Matrix_x is
| 7 -2 |
| 12 4 |
The determinant is 7(4) - 12(-2) = 28 - -24 = 52
Matrix_y is
| 3 7 |
| 2 12 |
The determinant is 3(12) - 2(7) = 36 - 14 = 22
From here, Kramer's rule then has x = 52/16 = 13/4 or 3 1/4. The value for y = 22/16 = 11/8 = 1 3/8
Notes on solving simultaneous equations
A 2x2 matrix is an array of four numbers put in two rows and two columns, such as
| a c |
| b d |
The determinant of this matrix is ad - bc, the product of the main diagonal minus the product of the opposite diagonal. If you use Kramer's rule to solve a pair of simultaneous equations, you will need to know how to calculate determinants.
For example, let's consider the following set of equations.
3x - 2y = 7
2x + 4y = 12
As an augmented matrix , these equations become
| 3 -2 : 7 |
| 2 4 : 12|
Matrix_1 is
| 3 -2 |
| 2 4 |
The determinant is 3(4) - 2(-2) = 12 - -4 = 16
Matrix_x is
| 7 -2 |
| 12 4 |
The determinant is 7(4) - 12(-2) = 28 - -24 = 52
Matrix_y is
| 3 7 |
| 2 12 |
The determinant is 3(12) - 2(7) = 36 - 14 = 22
From here, Kramer's rule then has x = 52/16 = 13/4 or 3 1/4. The value for y = 22/16 = 11/8 = 1 3/8
Notes on solving simultaneous equations
Thursday, March 15, 2018
Thursday, March 8, 2018
Tuesday, March 6, 2018
Tuesday, February 27, 2018
Thursday, February 15, 2018
Friday, February 9, 2018
Thursday, February 1, 2018
Thursday, January 25, 2018
Wednesday, November 29, 2017
Wednesday, November 22, 2017
Notes for Homework 12, due Mon., Nov 27
Notes on the metric system
Changing Celsius to Fahrenheit
F = 9/5 C + 32
Changing Fahrenheit to Celsius
C = 5/9(F - 32)
Wednesday, November 8, 2017
Subscribe to:
Comments (Atom)
