On Tue, Mar 1, 2016 at 5:11 AM, shubham tibra <[email protected]> wrote:
> Thanks for your response Ondrej and Fredrik.
>
> I will soon be writing a wiki page for the algorithm. I agree with what
> Ondrej said, it's better to figure out the technical algorithms rather than
> abstracting the design.
>
> I am creating a class which can represent a holonomic function. Since we
> need a Matrix and a Vector, should I inherit from already built classes of
> these in Sympy or
> create a completely new class a define things from scratch?

I would actually create it separate from sympy as a first step, and
implement the addition, multiplication and other operations on it.
Then in the second step we would figure out what the best way to hook
it up is. Most probably subclassing a Function.

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 https://groups.google.com/group/sympy.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/1f53dfb6-0b13-4f22-ab19-cedf9a810e82%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.

-- 
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 https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CADDwiVDK7WChF8DiZTDq%3DxnAffdWHVaZGTa9y_o9rhC3mLhhog%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to