| 1 | initial version |
Why not put the variables in a list?
some_variables = [var(f'p_{k}{l}') for k in range(5) for l in range(4,8)]
for v in some_variables:
show(LatexExpr(r"\text{blabla } "), v, "\t = \t", "some stuff")
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.