• About me
  • Contact Information
  • Personal Information
  • Contributions
  • CSymPy
  • Theory
  • Some Definitions
  • The Project
  • Motivation
  • Series-expansion
  • Why series expansion in CSymPy
  • Polynomials
  • Audit of other CAS
  • Series Representation
  • Polynomial representation
  • Proposed Design
  • Sparse Polynomials
  • A speed comparison
  • Class for Series Expansion
  • 1. All types of series are grouped under the same name
  • 2. Series expansion is slow and naive.
  • Why series expansion is slow
  • 3. Series expansions are stored as sum of core objects
  • 4. Core has to deal with order.
  • Implementation Details
  • Phase I
  • The interface layer
  • The fast layer:
  • Phase II
  • Phase III
  • Port series expansion to C++
  • Write Sage wrappers
  • Timeline
  • Community Bonding Period Week 1 & 2
  • Week 3
  • Week 4
  • Week 5
  • Week 6 and 7
  • Week 8
  • Week 9 and 10
  • Week 11
  • Week 12 and 13
  • Post GSoC
  • How I fit in
  • References