Difference between revisions of "Cedars Math:Handouts"
Jump to navigation
Jump to search
(→Python Coding) |
(→9x--Plotting Graphs) |
||
Line 79: | Line 79: | ||
==9x--Plotting Graphs== | ==9x--Plotting Graphs== | ||
− | *CLT tests: [http://www.rasmusen.org/special/Cedars_School/CLT2018FallCLT8.pdf Fall 2018 questions] and [http://www.rasmusen.org/special/Cedars_School/CLTFall2018_CLT_answers.pdf Fall 2018 answers] and [http://www.rasmusen.org/special/Cedars_School/CLT2021SpringCLT8.pdf Spring 2021 questions. | + | *CLT tests: [http://www.rasmusen.org/special/Cedars_School/CLT2018FallCLT8.pdf Fall 2018 questions] and [http://www.rasmusen.org/special/Cedars_School/CLTFall2018_CLT_answers.pdf Fall 2018 answers] and [http://www.rasmusen.org/special/Cedars_School/CLT2021SpringCLT8.pdf Spring 2021 questions.] |
− | |||
− | |||
==9xx-Appendix--Logic== | ==9xx-Appendix--Logic== | ||
==Chapter 10--Statistics== | ==Chapter 10--Statistics== |
Revision as of 06:01, 1 October 2022
Click here to go back to the Cedars Math front page.
Contents
Python Coding
- I've written up a handout of some Python code for testing divisibility by 2,3,5, and 7.
- The Python code by Professor Connell to test the Polya Conjecture.
Math Writing: Using LaTeX to Write Equations and Symbols
- Handout: "Notes on LaTeX" and Handout: Rotating Symbols in Latex, and How to Find A Computer Command You Don't Know.
- Handout on writing emails
Chapters 1: Integers
- The "All Odd Numbers Are Prime" joke and the joke script and the Python code by Professor Connell to test the Polya Conjecture.
Chapters 2 and 3: Fractions
- Proofs without Words of three infinite sums.
Chapters 4, 5, and 6
Chapter 8, Geometry
- Shooting the Bird from the Mahabharata.
Chapter 9, Algebra
9x--Plotting Graphs
- CLT tests: Fall 2018 questions and Fall 2018 answers and Spring 2021 questions.