Hello sympy community,
I want to know if Sympy could deal with symbolic arrays and lists (by
> symbolic I mean without specifying the concrete contents of list or
> array)
> For example I want to solve a system of equations containing lists and
> arrays like this:
> solve(x+Sum[A[k],k=i..N]==y+Sum[B[k],k=m..N],
> j-Length[C]==l-Length[D],
>  z/(c ^ i)==t/(c ^ h),
> u+1==2*v-3w,
> v=f(f(w)))
> (here A and B are arrays; C et D are lists;
> x,y,z,t,j,l,i,h,u,v,w are variables that could be of type integer or real, c
> is a constant and f is a function):
>
> Thank you very much.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com
To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to