Trying to solve some equation and faced with z with subscript notation. Tried to google it but failed.
eq = cos(t) + 6 - 5 - 1.5 * sin(t) == 0
sol = solve([eq], t, to_poly_solve = true)
show(sol)
Guess it means any integer. But what do numbers after z mean? Can I set certain integer manually and calculation answer?