Understanding Geometric Meaning of Ax≤b

  • Thread starter Thread starter EngWiPy
  • Start date Start date
AI Thread Summary
The discussion centers on the geometric interpretation of the inequality \( \mathbf{A}\mathbf{x} \leq \mathbf{b} \), which defines a polyhedron representing feasible solutions in linear programming. The constraints can be visualized as hyperplanes that intersect to form this polyhedron, restricting the possible values of \( \mathbf{x} \). An example involving sandwich making illustrates how these constraints apply in practical scenarios. A reference to Dr. Boyd's homework solution highlights the objective of maximizing the volume of a rectangle within the polyhedron, raising questions about the formulation of the volume and constraints. The discussion seeks clarification on the mathematical reasoning behind the volume calculation and the constraints used in the optimization problem.
EngWiPy
Messages
1,361
Reaction score
61
Hi,

Suppose we have m\times n matrix \mathbf{A}, and n\times 1 column vector \mathbf{x}. Then what do we mean by:

\mathbf{A}\mathbf{x}\leq \mathbf{b}

geometrically?

Thanks in advance
 
Mathematics news on Phys.org
It looks like the constraint system if a linear program. The system in most cases defines a polyhedral (that can be shown to be convex) that restricts x to its interior. This occurs in many areas such as sandwich making, in that case we can make n types of sandwiches, we are constained by m conditions on our sandwiches such as our available mustard or number of lemon peal sandwich rolls. We can visualize our posible set of sandwiches by a polyhedra.
 
lurflurf said:
It looks like the constraint system if a linear program. The system in most cases defines a polyhedral (that can be shown to be convex) that restricts x to its interior. This occurs in many areas such as sandwich making, in that case we can make n types of sandwiches, we are constained by m conditions on our sandwiches such as our available mustard or number of lemon peal sandwich rolls. We can visualize our posible set of sandwiches by a polyhedra.

So, the intersection of all these planes is the polyhedron?
 
Yes, in general they can be hyper planes.
 
lurflurf said:
Yes, in general they can be hyper planes.

Ok thank you
 
Dr. Boyd at Stanford University, says the following in the solution of a homework: The question is: find the maximum volume rectangle \mathbf{R}=\{\mathbf{x}:\mathbf{l}\leq\mathbf{x}\leq\mathbf{u}\} in a polyhedron \mathbf{P}=\{\mathbf{x}:\mathbf{A}\mathbf{x}\leq\mathbf{b}\}.

He says that, an efficient solution would be:

\text{max }\left(\prod_{i=1}^n\left(u_i-l_i\right)\right)^{1/n}
\text{Subject to }\sum_{i=1}^n\left(a_{ij}^+u_j-a_{ij}^-l_j\right)\leq b_i,\,\,\text{ for }i=1,2,\ldots,n
where a_{ij}^+=\text{max}\{a_{ij},0\} and a_{ij}^-=\text{max}\{-a_{ij},0\}.

Here I have a couple of questions:

1- I assume that u_i-l_i are the dimensions of the rectangle, and so, the volume will be the product of these dimensions, right? Then why we have the power of 1/n in the objective function?

2- How did he get the constraint? and why?

Any help in these two questions will be highly appreciated.

Thanks
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...

Similar threads

Back
Top