olfa wrote:
> Helo Sage community,
> 
> I want to know if Sage 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 (here A and B are arrays; C and D lists;
> x,y,z,t,j,l,i,f and j,j' are variables and c is a constant):
> 
> 
> solve(x+Sum[A[k],k=i..N]==y+Sum[B[k],k=m..N],
> j-Length[C]==l-Length[D],
>  z/(c power i)==t/(c power f),
> ...)

Could you give us a example of precisely what you would like to type and 
what you would like Sage to return?

Thanks,

Jason


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to