Hi Raymond, On Sat, Feb 8, 2014 at 12:50 PM, Raymond Joseph <[email protected]> wrote: > 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. > Idea: Implement more elementary functions. See the SymPy's implementation > 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. > > > Implement Fast Series Expansion > > Status: There are currently a few functions implemented in 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.
Please accept my apology, I totally missed this email. If you don't get reply to your email in a few days, please feel free to ping us on gitter: https://gitter.im/sympy/sympy or email me directly. Anyway, yes, I am interested in your ideas. There is a lot that can be implemented and done with CSymPy. Please keep in touch and ask questions if you have any. Ondrej -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CADDwiVDFHtpPcBVVFxDXWGumeuLWCv%2BJzSfmoH5tSVQ1hGBhOA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
