Hi there! I'm Raymond, a master's student in Electrical Engg. and Comp Sci, perusing some of the ideas on the forum, this one caught my fancy, among others. Implement More Elementary Functions - *Status*: There are currently a few functions implemented in functions.h<https://github.com/certik/csympy/blob/master/src/functions.h> . - *Idea*: Implement more elementary functions. See the SymPy's implementation<https://github.com/sympy/sympy/tree/master/sympy/functions> for ideas. - *Difficulty*: medium - Saw the header file and found only the Basic Function, Cos and Sin, I would be delighted to get cracking with this, since symbolic manipulation in C++ is relatively far less developed.
<https://github.com/sympy/sympy/wiki/GSoC-2014-Ideas#wiki-implement-fast-series-expansion>Implement Fast Series Expansion - *Status*: There are currently a few functions implemented in functions.h<https://github.com/certik/csympy/blob/master/src/functions.h>. They can differentiate themselves, but series expansion is not implemented yet. - *Idea*: Implement fast series expansion by following the similar design in SymPy. Add the .taylor_term() method that efficiently returns the n-th Taylor term. Then implement general machinery that uses this to return a series expansion - *Difficulty*: medium Once again, something interesting to look into - the Taylor series. When I saw series, with my EE background, I got up thinking Fourier Series and Naturally Fourier Transforms. Once again a broad area to look into. Please let me know your thoughts on this. Regards, Raymond -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
