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), ...) Thank you very much, --~--~---------~--~----~------------~-------~--~----~ 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/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
