On Wednesday, March 28, 2012 4:16:59 AM UTC+5:30, Aaron Meurer wrote: > > You should also start writing up your application, so you can get some > feedback on it. Something to think about: you have a lot of ideas and > you may not be able to get to all of them over the summer. This is > fine, but you should think about prioritizing them so that you do the > most important things first, and put the less important things to the > end of the summer for if you have time. Consider not only the > relative importance of each idea, but also which things will depend on > one another (e.g., will you need to fix up the structure of the new > plotting module before implementing this algorithm, or can they be > done independently?).
I have started working on my application. I think it will be ready by Friday. I am thinking about implementing the svgfig plotting backend at the end of summer, if I have time. I want to purely concentrate on interval arithmetic and the implicit plotting module. I won't be fixing the structure of the new plotting module as they are not at all dependent of each other. The primary goal of my plotting module will be the ability to plot implicit functions, while the plotting module by Krastanov will handle functions of the type y = f(x) . So I think they will be completely independent. The only problem will be whether I will be using experimental_lambdify? Yes. I will be using experimental_lambdify to evaluate functions. I think I won't have the time to work on it though. I would like to know whether I can edit mpmath codebase in sympy. This is necessary as mpmath interval arithmetic library does not support all the functions. Also I would like to extend their module to allow property checking. What do you think will be better? Thanks, Bharath M R > Aaron Meurer > > On Tue, Mar 27, 2012 at 3:12 PM, [email protected] > <[email protected]> wrote: > > @Bharath, as the ideas for your project are becoming much more > > interesting than just adding a backend / plot type, I was wondering > > what are you thinking about the structure of the module. Do you think > > that you will need to restructure the module for example? How will the > > interval arithmetics couple to lambdify? > > > > Moreover, concerning lambdify, do you think that you will have to work > > on it? I am asking as there is an extensive todo list for that piece > > of code that can make your work unnecessary hard. Especially if > > lambdify and the interval arithmetics are not well separated. > > > > Finally, have you fulfilled your patch requirement? If you need any > > help with this, just ping us. > > > > -- > > 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 view this discussion on the web visit https://groups.google.com/d/msg/sympy/-/buXAgVe7fncJ. 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.
