Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Implemented fourier sine/cosine series expansion #9050

Closed
wants to merge 3 commits into from

Commits on Feb 21, 2015

  1. Sequence from formula class

    leosartaj committed Feb 21, 2015
    Configuration menu
    Copy the full SHA
    739d234 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2015

  1. Implemented fourier sine/cosine series expansion

    * Added module fourier in sympy.series
    * Added SeqFormula class, that knows how to generate coefficients based on
    a formula
    * Added FourierSeries Class,
      This Class represents a fourier series expansion.
      Contains methods for getting the general representation of series
      and for getting the first n terms.
    * Added fourier_series function.
      It is a wrapper that returns the first n terms of a series or an
      infinite generator of terms
    leosartaj committed Feb 27, 2015
    Configuration menu
    Copy the full SHA
    60410db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cfbec3 View commit details
    Browse the repository at this point in the history