Difference between revisions of "Cedars Computer and Python"
Jump to navigation
Jump to search
(→Python) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Click [[Cedars Math|here to go back]] to the Cedars Math front page. | Click [[Cedars Math|here to go back]] to the Cedars Math front page. | ||
− | |||
− | |||
==Python== | ==Python== | ||
Line 13: | Line 11: | ||
*I've written up [http://www.rasmusen.org/special/Cedars_School/02_04b_handout_python_divisibility.pdf a handout of some Python code for testing divisibility] by 2,3,5, and 7. Its purpose is to illustrate how one has to write up instructions for a computer carefully and clearly. | *I've written up [http://www.rasmusen.org/special/Cedars_School/02_04b_handout_python_divisibility.pdf a handout of some Python code for testing divisibility] by 2,3,5, and 7. Its purpose is to illustrate how one has to write up instructions for a computer carefully and clearly. | ||
+ | |||
+ | |||
+ | *The [http://www.rasmusen.org/special/Cedars_School/Polya_python_Connell.pdf Python code] by Professor Connell to test the Polya Conjecture. | ||
+ | |||
+ | |||
+ | *[http://www.rasmusen.org/special/Cedars_School/03.01b_Anaconda_Python_handout.pdf Handout: "Notes on Installing Anaconda Python"] | ||
==LaTeX== | ==LaTeX== | ||
− | * | + | *[http://www.rasmusen.org/special/Cedars_School/03.01b_Python_LaTeX_handout.pdf Handout: "Notes on LaTeX"] |
+ | |||
+ | |||
+ | *[http://www.rasmusen.org/special/Cedars_School/03.03_Latex_rotating_symbols.pdf Handout: Rotating Symbols in Latex, and How to Find A Computer Command You Don't Know]. |
Latest revision as of 23:31, 8 November 2024
Click here to go back to the Cedars Math front page.
Python
- zoom office hour sessions one
- zoom office hour sessions two on problems with the homework.
- I've written up a handout of some Python code for testing divisibility by 2,3,5, and 7. Its purpose is to illustrate how one has to write up instructions for a computer carefully and clearly.
- The Python code by Professor Connell to test the Polya Conjecture.
LaTeX