|
Size: 1941
Comment:
|
Size: 1741
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| Major Goals: | = Sage for Newbies = |
| Line 3: | Line 3: |
| 1. SAGE as a Smart Calculator (from the students' point of view) 2. SAGE Primers |
<<TableOfContents>> |
| Line 6: | Line 5: |
| LINKS: | == Done == |
| Line 8: | Line 7: |
| http://docutils.sourceforge.net/rst.html | * 0. Front Matter |
| Line 10: | Line 9: |
| Sage Tutorial | * 1. Basics |
| Line 12: | Line 11: |
| Goals: | * 1.1. Primer Template: An Example [[attachment:primer_template\example.sws]] [[attachment:primer_design_principles.rtf]] |
| Line 14: | Line 13: |
| 1) Accessible to high school math teachers and undergraduate mathematics majors. | * 1.2. Sage as a Smart Calculator [[attachment:sage_as_a_smart_calculator.sws]] |
| Line 16: | Line 15: |
| 2) Anticipated user desires | * 2. Calculus |
| Line 18: | Line 17: |
| a. Content specific modules | * 2.1. Differential Calculus [[attachment:differential_calculus.sws]] |
| Line 20: | Line 19: |
| i. Quadratic Forms | * 4. Abstract Algebra |
| Line 22: | Line 21: |
| ii. Group theory | * 4.1. Group Theory [[attachment:group_theory.sws]] (by Robert Beezer) |
| Line 24: | Line 23: |
| iii. Abstract algebra | * 5. Number Theory |
| Line 26: | Line 25: |
| iv. Calculus | * 5.1. Elementary Number Theory I [[attachment: number_theory.primes_0.1.sws]] |
| Line 28: | Line 27: |
| v. Number theory | * 5.5. Quadratic Forms [[attachment: quadratic_forms.sws]] |
| Line 30: | Line 29: |
| vi. High school algebra / trigonometry / precalculus | * 9. About this document ... |
| Line 32: | Line 31: |
| vii. Probability | |
| Line 34: | Line 32: |
| viii. Statistics | |
| Line 36: | Line 33: |
| b. Plotting 2 and 3 dimensions | == To Do == |
| Line 38: | Line 35: |
| c. Sage math functions (sage as calculator), sage constants | * 1. Basics |
| Line 40: | Line 37: |
| d. Generate Classroom examples | * 1.3. Programming in Sage |
| Line 42: | Line 39: |
| i. show (), latex() | * 1.4. Sage Devel Basics |
| Line 44: | Line 41: |
| ii. matplotlab | * 2. Calculus |
| Line 46: | Line 43: |
| 3) Demonstrate SAGE functionality: | * 2.2. Integral Calculus |
| Line 48: | Line 45: |
| a. Primes | * 2.3. Multivariate Calculus |
| Line 50: | Line 47: |
| b. Random numbers | * 2.4. Taylor Series and Infinite Sums |
| Line 52: | Line 49: |
| c. Plotting | * 2.5. Differential Equations |
| Line 54: | Line 51: |
| d. Interact | * 3. Linear Algebra |
| Line 56: | Line 53: |
| e. Sage data types | * 3.1. Matrix Algebra |
| Line 58: | Line 55: |
| f. Email(?) | * 3.2. Vector Spaces |
| Line 60: | Line 57: |
| 4) Programming | * 4. Abstract Algebra |
| Line 62: | Line 59: |
| a. Types, casting, relevant Sage data types | * 4.2. Rings and Fields |
| Line 64: | Line 61: |
| b. Lists, tuples | * 5. Number Theory |
| Line 66: | Line 63: |
| c. Control operators (if, then, else, logical operators, in, srange()) | * 5.2. Elementary Number Theory II |
| Line 68: | Line 65: |
| d. Loops | * 5.3. Cryptography |
| Line 70: | Line 67: |
| i. For, in, srange(), range() | * 5.4. Elliptic Curves |
| Line 72: | Line 69: |
| e. Functions | * 5.6. Automorphic Forms |
| Line 74: | Line 71: |
| f. Recursion | * 5.7. Quaternion Algebra |
| Line 76: | Line 73: |
| 5) Topics | * 5.8. Modular Forms |
| Line 78: | Line 75: |
| a. Primes and factorization | * 6. Combinatorics |
| Line 80: | Line 77: |
| i. Given a random number, is it a prime? | * 6.1. Counting |
| Line 82: | Line 79: |
| 1. Modular division | * 6.2. Graph Theory |
| Line 84: | Line 81: |
| a. random() | * 7. Geometry |
| Line 86: | Line 83: |
| b. Factor() | * 8. Statistics |
| Line 88: | Line 85: |
| 2. Euclidean algorithm | * 8.1. Statistical Methods |
| Line 90: | Line 87: |
| a. Recursion | * 8.2. Probability |
| Line 92: | Line 89: |
| b. gcd() 3. primality testing a. for loops b. range() c. is_prime() ii. How many primes are there? 1. prime_pi() 2. plotting example iii. Where are the primes? 1. Density of primes 2. primes() 3. Arithemtic sequences of primes b. Diophantine equations i. Linear Diophantine equation 1. extended euclidean algorithm 2. recursion vs iteration ii. diagonal quadratic forms; sums of squares (ENT p. 25) 1. Pythagorean triples and generating them 2. Graphing the Pythagorean triples 3. Enumerating all triples using linear intersections 4. Elliptic curves and congruent numbers (chapter 6, stein) iii. Pell’s Equation (?) |
* 8.3. Finance |
Sage for Newbies
Contents
Done
- 0. Front Matter
- 1. Basics
1.1. Primer Template: An Example primer_template\example.sws primer_design_principles.rtf
1.2. Sage as a Smart Calculator sage_as_a_smart_calculator.sws
- 2. Calculus
2.1. Differential Calculus differential_calculus.sws
- 4. Abstract Algebra
4.1. Group Theory group_theory.sws (by Robert Beezer)
- 5. Number Theory
5.1. Elementary Number Theory I number_theory.primes_0.1.sws
5.5. Quadratic Forms quadratic_forms.sws
- 9. About this document ...
To Do
- 1. Basics
- 1.3. Programming in Sage
- 1.4. Sage Devel Basics
- 2. Calculus
- 2.2. Integral Calculus
- 2.3. Multivariate Calculus
- 2.4. Taylor Series and Infinite Sums
- 2.5. Differential Equations
- 3. Linear Algebra
- 3.1. Matrix Algebra
- 3.2. Vector Spaces
- 4. Abstract Algebra
- 4.2. Rings and Fields
- 5. Number Theory
- 5.2. Elementary Number Theory II
- 5.3. Cryptography
- 5.4. Elliptic Curves
- 5.6. Automorphic Forms
- 5.7. Quaternion Algebra
- 5.8. Modular Forms
- 6. Combinatorics
- 6.1. Counting
- 6.2. Graph Theory
- 7. Geometry
- 8. Statistics
- 8.1. Statistical Methods
- 8.2. Probability
- 8.3. Finance
