Instead of the following:
x,y,z,s1,s2,s3,s4,s5 = var('x,y,z,s_1,s_2,s_3,s_4,s_5')
I want to display s_1, s_2, s_3, s_4, s_5
as σ1,σ2,σ3,σ4,σ4.
![]() | 1 | initial version |
Instead of the following:
x,y,z,s1,s2,s3,s4,s5 = var('x,y,z,s_1,s_2,s_3,s_4,s_5')
I want to display s_1, s_2, s_3, s_4, s_5
as σ1,σ2,σ3,σ4,σ4.
![]() | 2 | None |
Instead of the following:
x,y,z,s1,s2,s3,s4,s5 = var('x,y,z,s_1,s_2,s_3,s_4,s_5')
I want to display s_1, s_2, s_3, s_4, s_5
as $\sigma_1, \sigma_2, \sigma_3, \sigma_4, \sigma_4$.\sigma_5$.
![]() | 3 | None |
Instead of the following:
x,y,z,s1,s2,s3,s4,s5 = var('x,y,z,s_1,s_2,s_3,s_4,s_5')
I want to display s_1, s_2, s_3, s_4, s_5
as $\sigma_1, \sigma_2, \sigma_3, \sigma_4, \sigma_5$.\sigma_5$. So for example, when I type show(s1/s2)
, it would typeset σ1σ2.
![]() | 4 | None |
Instead of the following:
x,y,z,s1,s2,s3,s4,s5 = var('x,y,z,s_1,s_2,s_3,s_4,s_5')
I want to display s_1, s_2, s_3, s_4, s_5
as σ1,σ2,σ3,σ4,σ5. So for example, when I type show(s1/s2)
, it would typeset σ1σ2.
σ1σ2.