Ask Your Question

XLVII's profile - activity

2022-01-01 20:18:19 +0200 marked best answer Create polyhedron for given matrix A and vector b

P(A,b)={x∣ A.x ≤ b}

I have to create a polyhedron with this inputs

but in sage inequalities like this

A.x + b >= 0

, how to convert

2022-01-01 20:18:19 +0200 received badge  Scholar (source)
2022-01-01 20:18:11 +0200 received badge  Supporter (source)
2022-01-01 06:51:57 +0200 received badge  Student (source)
2022-01-01 06:48:06 +0200 asked a question Create polyhedron for given matrix A and vector b

Create polyhedron for given matrix A and vector b P(A,b)={x∣ A.x ≤ b} I have to create a polyhedron with this input