You are free to use any example that you find in the docs or in the source. SymPy is open source, and licensed under the BSD license, which basically means you can do anything you want with it.
See the README for how to cite SymPy. If you take it from a specific place (e.g., from the docs, or from an example file), I would note that somehow in the Wikipedia article (e.g., "Adapted from an example included with SymPy from the examples/advanced/hydrogen.py directory", or "Adapted from docs.sympy.org/...). By the way, can you make all the output of the examples use the unicode pretty printing (just add "init_printing()" to the top of the example to make it reproducible)? This is one feature of SymPy that is superior over most other systems, and I think it would be good to show it off there. Aaron Meurer On Tue, Nov 22, 2011 at 5:06 PM, Eric Thoma <[email protected]> wrote: > Hello, > I am current tasked with updating the Wikipedia article page on Sympy > (see http://www.google-melange.com/gci/task/view/google/gci2011/7125290). I > have a working install on my computer and as part of the Wikipedia page, I > thought it would be helpful to include multiple working examples of the > product > (see https://github.com/sympy/sympy/blob/master/examples/advanced/hydrogen.py). > I can generate some examples myself, but the extent of those examples would > stop at basic calculus. I noticed that in the GitHub repository there were > many fine examples of the product at work, and I would like to ask > permission to use some of those same examples to show the capabilities of > the product in the Wikipedia article. If this is permissible, please notify > me if any special citations (to people or sites) would be needed. > Thank you! > -- Eric Thoma -- > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/sympy/-/hwbdm09GMDUJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
