Here is a buckyball
bb = polytopes.buckyball()
rep=bb.Hrepresentation()
show(rep)
and its Hrepresentation. When i ask for say
rep[10]
Sagemath returns the 10th inequality in a way that i coud not use it. Is there a way to obtain explicit inequalities for the polytopes ?