On Wed, Jan 27, 2010 at 7:07 PM, Kasun Samarasinghe <[email protected]> wrote: > Hi, > > thanks a lot for the reply. I m doing my masters in Communication Systems. > So I m interested in working and extending SymPy to do Fourier Analysis > (Fourier Series, Fourier Transforms) if it is required. > Apart from that I also like to work with Abstract Algebra if there are any > ideas specially related to coding theory since I have some background in it > as well.
Thank you. I personally am very interested in (a) basic finite field functionality (the characteristic does not need to be too big, but non-prime order fields should be allowed) (b) basic algorithms of matrices over finite fields (row-reduced echelon form, ...) (c) basic linear error-correcting codes, such as Hamming codes, ability to define a code form a generator matrix, and syndrome decoding (already implemented in Sage by me, and I am happy to relicense under the BSD if asked...). There of course might be more pressing items to work on for inclusion in SymPy, but I'd be happy to referee/advise/etc work on the above. > > Regards, > Kasun > > On Wed, Jan 27, 2010 at 11:39 PM, Ondrej Certik <[email protected]> wrote: >> >> On Wed, Jan 27, 2010 at 2:37 PM, Kasun Samarasinghe >> <[email protected]> wrote: >> > Hi, >> > >> > I m Kasun, a master student at KTH Sweden. I m also interested in >> > applying >> > for a GSoc. Will the possible project ideas on sympy be posted? >> >> Yes, anyone feel free to use this thread to brainstorm ideas what to >> do as possible projects. >> >> Kasun -- post here what you are interested in, I am sure we'll find >> something interesting. >> >> Ondrej >> >> -- >> 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. >> > > -- > 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. > -- 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.
