Coder Social home page Coder Social logo

aghitza / hipergeo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cassiopagnoncelli/hipergeo

0.0 1.0 0.0 362 KB

Hypergeometric package for Maxima featuring Sister Celine, Gosper, Zeilberger, WZ, and WZ Certificate.

License: MIT License

Shell 3.45% Python 85.63% Makefile 10.92%

hipergeo's Introduction

Suppose your career depends on solving sums like

Equation 1

or more intimidating ones as

Equation 2

and your magic tricks toolbox fail to handle it. What is the last resort?

Synopsis

I developed a Maxima package to either solve hypergeometric sums or prove they cannot be solved.

Description

hipergeo is a hypergeometric package for the computer algebra system Maxima featuring:

  • Sister Celine implementation;
  • friendly link to Gosper implementation from `zeilberger' package;
  • Builds full recurrence from Zeilberger's algorithm;
  • Wilf-Zeilberger proof machinery along with WZ certificate implementation.

For Portuguese readers, you can refer to base text for usage, algorithms, theory, etc. Here you will have a pragmatic introduction to hypergeometric summation, 100% Maxima-oriented.

As for English readers, you can refer to the seminal A=B book by Petkovsek, Wilf and Zeilberger for more details on the algorithms and a deeper insight into the theory. (This book uses Maple and Mathematica computer algebra systems rather than open source Maxima.)

Using the library

In Maxima, type

> load('hipergeo.mac');

in order to load the package and browse the examples in the same directory.

First example can merely be solved by first finding the anti-difference of the summand,

> summand(k) := k*k!;
> antidiff : gosper(summand, k);
k!

and, by applying the fundamental theorem of calculus, that sum becomes n! - 1.

Any help is appreciated, should you find any error please contact or send a pull request and I will be delighted to cite your amendment.

hipergeo's People

Contributors

cassiopagnoncelli avatar renato-carmo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.