Processing math: 100%
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 2 years ago

Cyrille gravatar image

double indexed variables in a table header

I want to construct a table with a header like

[α0,0,α0,1,...α1,0,α1,1,...]

but I do not want to enter the indices by hand. How can I do ?

Also I find the show result of the following command a little bit strange

α = var("α_", n=11,latex_name='\alpha_')
αα = list(α)
show(αα)
αα

Can some one explain