Samarth Kulshreshtha wrote: > Hey everyone, > > First of all, congratulations on being accepted for GSoC 2014! > > I was looking forward to work on a project which would connect the two > fields in which I am most interested - computers and mathematics and my > search ended when I came across the above mentioned idea. I have a decent > enough understanding of the math involved in the above project. > > Can you please help me get started? >
Welcome, Could you give more information about your background? Have you read/looked at Mark van Hoej thesis? Have you looked at http://axiom-wiki.newsynthesis.org/ProgrammingSPAD One critical factor is your ability to quickly start programming is Spad language. I would suggest you to dowload FriCAS sources from http://fricas.sourceforge.net/ Look at src/algebra subdirectory of source tree to get feel of math code in FriCAS. Of particular interest should be http://sourceforge.net/p/fricas/code/HEAD/tree/trunk/src/algebra/lodof.spad.pamphlet which contains old factorizer. The project is about new method, so most code will be different, but some boilerplate (type declarations) is reusable. -- Waldek Hebisch [email protected] -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" 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/fricas-devel. For more options, visit https://groups.google.com/groups/opt_out.
