The question was not entirely clear and a little ambiguous....basically, what I was trying to do was something like this:

For a fixed R and N define a set of algebras:

for i in 1..20 repeat
      S.i := a list of symbols depending on i
      L.i := a list of square N x N R-matrices with entries based on i
      A.i := ALGSC(R, N, S.i, L.i)
      i := i + 1

Sid,

such a for-loop is completely useless, because it doesn't solve any problem.

Cannot you describe the actual problem that you want to solve. Perhaps you do not even need to create an array of algebras. But since the problem is not clear, nobody can suggest a way to help you to solve it.

Ralf

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/6759291d-a5d3-f3a8-174b-26254953c37b%40hemmecke.org.

Reply via email to