Posts by Catia C Silva • 45 points
2 posts
-
3
votes1
answer38
viewsQ: Manipulate matrix in Thematica
Good morning, I’m trying to make in thematica a matrix from other matrices, I have: {{{{a,b,c}, {d,e,f}, {g,h,i}},{{j,k,l},{m,n,o},{p,q,r}}},{{{j,m,p},{k,n,q},{l,o,r}}, {{s,t,u},{v,ww,x},{y,z,zz}}}}…
-
1
votes1
answer49
viewsQ: I would like to turn "a"+str(1) into a1 without being a strig, so I can associate a value "a"+str(1)=2 as I do?
"a"+str(1)=2 File "<ipython-input-44-929460161ba7>", line 1 "a"+str(1)=2 ^ Syntaxerror: can’t assign to Operator I want to create a series of variables a1 a2 A3 an and then associate to a…