2724
Comment:
|
1971
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= Sage for Newbies = | = Sage Primers = |
Line 5: | Line 5: |
== Major Goals : Sage Primers == | == Done / In Progress == |
Line 7: | Line 7: |
=== Basics === | * 0. Front Matter |
Line 9: | Line 9: |
* Primer Guidelines [[attachment:primer_template\example.sws]] | * 1. Basics |
Line 11: | Line 11: |
* Primer Design Principles [[attachment:primer_design_principles.rtf]] | * 1.1. Primer Template: An Example [[attachment:primer_template\example.sws]] [[attachment:primer_design_principles.rtf]] |
Line 13: | Line 13: |
* SAGE as a Smart Calculator (target: Freshmen) [[attachment:sage_as_a_smart_calculator.sws]] | * 1.2. Sage as a Smart Calculator [[attachment:sage_as_a_smart_calculator.sws]] |
Line 15: | Line 15: |
=== Calculus === * Differential Calculus (target: Freshmen) [[attachment:differential_calculus.sws]] * Integral Calculus (target: Freshmen) === Number Theory === * Quadratic Forms (target: Arizona Winter School Participants) [[attachment: quadratic_forms.sws]] * Number Theory via Diophantine Equations (target: Elementary Number Theory students) * Number Theory via Primes (target: Elementary Number Theory students) [[attachment: number_theory.primes_0.1.sws]] === Abstract Algebra === * Group Theory by Robert Beezer (target: Undergraduate Math Majors) [[attachment:group_theory.sws]] |
* 1.3. Sage Devel Basics [Erik, Aly] |
Line 34: | Line 18: |
== Target == | * 2. Calculus |
Line 36: | Line 20: |
1) Accessible to high school math teachers and undergraduate mathematics majors. | * 2.1. Differential Calculus [[attachment:differential_calculus.sws]] |
Line 38: | Line 22: |
2) Anticipated user desires | * 2.2. Integral Calculus [Sourav] |
Line 40: | Line 24: |
a. Content specific modules | * 3. Linear Algebra |
Line 42: | Line 26: |
i. Quadratic Forms | * 3.1. Matrix Algebra [Sourav] |
Line 44: | Line 28: |
ii. Group theory | * 4. Abstract Algebra |
Line 46: | Line 30: |
iii. Abstract algebra | * 4.1. Group Theory [[attachment:group_theory.txt]] (by Robert Beezer) |
Line 48: | Line 32: |
iv. Calculus | * 5. Number Theory |
Line 50: | Line 34: |
v. Number theory | * 5.1. Elementary Number Theory I [[attachment: number_theory.primes_0.1.sws]] |
Line 52: | Line 36: |
vi. High school algebra / trigonometry / precalculus | * 5.2. Elementary Number Theory II [Erik] |
Line 54: | Line 38: |
vii. Probability | * 5.5. Quadratic Forms [[attachment: quadratic_forms.sws]] |
Line 56: | Line 40: |
viii. Statistics | * 5.7. Quaternion Algebra [Sourav] |
Line 58: | Line 42: |
b. Plotting 2 and 3 dimensions | * 9. About this document ... |
Line 60: | Line 44: |
c. Sage math functions (sage as calculator), sage constants | |
Line 62: | Line 45: |
d. Generate Classroom examples | |
Line 64: | Line 46: |
i. show (), latex() | == To Do == |
Line 66: | Line 48: |
ii. matplotlab | * 1. Basics |
Line 68: | Line 50: |
3) Demonstrate SAGE functionality: | * 1.3. Programming in Sage [Erik] |
Line 70: | Line 52: |
a. Primes | * 1.5. 2D and 3D Plotting in Sage [Erik] |
Line 72: | Line 54: |
b. Random numbers | * 1.6. Interact in Sage [Erik] |
Line 74: | Line 56: |
c. Plotting | * 2. Calculus |
Line 76: | Line 58: |
d. Interact | * 2.3. Multivariate Calculus |
Line 78: | Line 60: |
e. Sage data types | * 2.4. Taylor Series and Infinite Sums |
Line 80: | Line 62: |
4) Programming | * 2.5. Differential Equations |
Line 82: | Line 64: |
a. Types, casting, relevant Sage data types | * 3. Linear Algebra |
Line 84: | Line 66: |
b. Lists, tuples | * 3.2. Vector Spaces [Sourav] |
Line 86: | Line 68: |
c. Control operators (if, then, else, logical operators, in, srange()) | * 4. Abstract Algebra |
Line 88: | Line 70: |
d. Loops | * 4.2. Rings and Fields [Erik] |
Line 90: | Line 72: |
i. For, in, srange(), range() | * 5. Number Theory |
Line 92: | Line 74: |
e. Functions | * 5.3. Cryptography [Dan] |
Line 94: | Line 76: |
f. Recursion | * 5.4. Elliptic Curves [Aly] |
Line 96: | Line 78: |
5) Topics | * 5.6. Automorphic Forms |
Line 98: | Line 80: |
a. Primes and factorization | * 5.8. Modular Forms |
Line 100: | Line 82: |
i. Given a random number, is it a prime? | * 6. Combinatorics |
Line 102: | Line 84: |
1. Modular division | * 6.1. Counting |
Line 104: | Line 86: |
a. random() | * 6.2. Graph Theory |
Line 106: | Line 88: |
b. Factor() | * 7. Geometry |
Line 108: | Line 90: |
2. Euclidean algorithm | * 8. Statistics |
Line 110: | Line 92: |
a. Recursion | * 8.1. Statistical Methods [Erik] |
Line 112: | Line 94: |
b. gcd() | * 8.2. Probability [Erik] |
Line 114: | Line 96: |
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 Primers
Contents
Done / In Progress
- 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
- 1.3. Sage Devel Basics [Erik, Aly]
- 2. Calculus
2.1. Differential Calculus differential_calculus.sws
- 2.2. Integral Calculus [Sourav]
- 3. Linear Algebra
- 3.1. Matrix Algebra [Sourav]
- 4. Abstract Algebra
4.1. Group Theory group_theory.txt (by Robert Beezer)
- 5. Number Theory
5.1. Elementary Number Theory I number_theory.primes_0.1.sws
- 5.2. Elementary Number Theory II [Erik]
5.5. Quadratic Forms quadratic_forms.sws
- 5.7. Quaternion Algebra [Sourav]
- 9. About this document ...
To Do
- 1. Basics
- 1.3. Programming in Sage [Erik]
- 1.5. 2D and 3D Plotting in Sage [Erik]
- 1.6. Interact in Sage [Erik]
- 2. Calculus
- 2.3. Multivariate Calculus
- 2.4. Taylor Series and Infinite Sums
- 2.5. Differential Equations
- 3. Linear Algebra
- 3.2. Vector Spaces [Sourav]
- 4. Abstract Algebra
- 4.2. Rings and Fields [Erik]
- 5. Number Theory
- 5.3. Cryptography [Dan]
- 5.4. Elliptic Curves [Aly]
- 5.6. Automorphic Forms
- 5.8. Modular Forms
- 6. Combinatorics
- 6.1. Counting
- 6.2. Graph Theory
- 7. Geometry
- 8. Statistics
- 8.1. Statistical Methods [Erik]
- 8.2. Probability [Erik]
- 8.3. Finance