Differences between revisions 6 and 52 (spanning 46 versions)
Revision 6 as of 2009-03-01 00:24:40
Size: 2032
Comment:
Revision 52 as of 2009-05-25 06:51:10
Size: 2309
Editor: JoseGuzman
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from days13/projects/sagenewbiew
Major Goals:
= Sage Primers =
Line 4: Line 3:
1. SAGE as a Smart Calculator (from the students' point of view) <<TableOfContents>>
Line 6: Line 5:
2. SAGE Primers for
Line 8: Line 6:
(a) Quadratic Forms == Done / In Progress ==
Line 10: Line 8:
(b)     * 0. Sage Primer Design Principles [[attachment:Sage Primer Design Principles.pdf]] [[attachment:primer_design_principles.rtf]]
Line 12: Line 10:
LINKS:     * 1. Basics
Line 14: Line 12:
http://docutils.sourceforge.net/rst.html           * 1.1. Primer Template: An Example [[attachment:primer_template_example.sws]]
Line 16: Line 14:
Sage Tutorial           * 1.2. Sage as a Smart Calculator [[attachment:basics.smart_calculator_0.5.sws]]
Line 18: Line 16:
Goals:           * 1.3. Basic 2D plotting with Sage [[attachment:Plotting_with_Sage.sws]] by Jose Guzman
Line 20: Line 18:
1) Accessible to high school math teachers and undergraduate mathematics majors.           * 1.4. Sage Devel Basics [Erik, Aly] [[attachment:dev_for_newbies.html]]-this needs to be restified., [[attachment: development_for_newbies.sws]]
Line 22: Line 20:
2) Anticipated user desires     * 2. Calculus
Line 24: Line 22:
a. Content specific modules           * 2.1. Limits Calculus [Jose Guzman]
Line 26: Line 24:
i. Quadratic Forms           * 2.2. Differential Calculus [[attachment:calculus.differential_calculus_1.0.sws]]
Line 28: Line 26:
ii. Group theory           * 2.3. Integral Calculus [Sourav]
Line 30: Line 28:
iii. Abstract algebra     * 3. Linear Algebra
Line 32: Line 30:
iv. Calculus           * 3.1. Matrix Algebra [Sourav]
Line 34: Line 32:
v. Number theory     * 4. Abstract Algebra
Line 36: Line 34:
vi. High school algebra / trigonometry / precalculus           * 4.1. Group Theory [[attachment:group_theory.sws]] (by Robert Beezer)
Line 38: Line 36:
vii. Probability     * 5. Number Theory
Line 40: Line 38:
viii. Statistics           * 5.1. Elementary Number Theory I [[attachment:number_theory.primes_0.5.sws]]
Line 42: Line 40:
b. Plotting 2 and 3 dimensions           * 5.2. Elementary Number Theory II [Erik]
Line 44: Line 42:
c. Sage math functions (sage as calculator), sage constants           * 5.5. Quadratic Forms [[attachment:quadratic_forms.sws]]
Line 46: Line 44:
d. Generate Classroom examples           * 5.7. Quaternion Algebra [Sourav]
Line 48: Line 46:
i. show (), latex()     * 9. About this document ...
Line 50: Line 48:
ii. matplotlab
Line 52: Line 49:
3) Demonstrate SAGE functionality:
Line 54: Line 50:
a. Primes == To Do ==
Line 56: Line 52:
b. Random numbers     * 1. Basics
Line 58: Line 54:
c. Plotting           * 1.3. Programming in Sage
Line 60: Line 56:
d. Interact           * 1.5. 2D and 3D Plotting in Sage [JoseGuzman]
Line 62: Line 58:
e. Sage data types           * 1.6. Interact in Sage [Erik]
Line 64: Line 60:
f. Email(?)     * 2. Calculus
Line 66: Line 62:
4) Programming           * 2.3. Multivariate Calculus
Line 68: Line 64:
a. Types, casting, relevant Sage data types           * 2.4. Taylor Series and Infinite Sums
Line 70: Line 66:
b. Lists, tuples           * 2.5. Differential Equations
Line 72: Line 68:
c. Control operators (if, then, else, logical operators, in, srange())     * 3. Linear Algebra
Line 74: Line 70:
d. Loops           * 3.2. Vector Spaces [Sourav]
Line 76: Line 72:
i. For, in, srange(), range()     * 4. Abstract Algebra
Line 78: Line 74:
e. Functions           * 4.2. Rings and Fields [Erik]
Line 80: Line 76:
f. Recursion     * 5. Number Theory
Line 82: Line 78:
5) Topics           * 5.3. Cryptography [Dan]
Line 84: Line 80:
a. Primes and factorization           * 5.4. Elliptic Curves [Aly]
Line 86: Line 82:
i. Given a random number, is it a prime?           * 5.6. Automorphic Forms
Line 88: Line 84:
1. Modular division           * 5.8. Modular Forms
Line 90: Line 86:
a. random()     * 6. Combinatorics
Line 92: Line 88:
b. Factor()           * 6.1. Counting
Line 94: Line 90:
2. Euclidean algorithm           * 6.2. Graph Theory
Line 96: Line 92:
a. Recursion     * 7. Geometry
Line 98: Line 94:
b. gcd()     * 8. Statistics
Line 100: Line 96:
3. primality testing           * 8.1. Statistical Methods [Erik]
Line 102: Line 98:
a. for loops           * 8.2. Probability [Erik]
Line 104: Line 100:
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

Done / In Progress

To Do

  • 1. Basics
    • 1.3. Programming in Sage
    • 1.5. 2D and 3D Plotting in Sage [JoseGuzman]

    • 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

days13/projects/sagenewbie (last edited 2011-01-28 07:12:10 by Eviatar)