Is there a method to algebraically determine if an extreme point is degenerate? Can someone please explain to me.
Here's my example: $$\max x + 2y $$
subject to, \begin{align} x - 4y &\leqslant 4 \\ -2x +y &\leqslant 2 \\ -3x +4y &\leqslant 12 \\ 2x + y &\leqslant 8 \\ x, y &\geqslant 0 \end{align} And you find your extreme points $(0,0), (4,0), (20/11, 48/11), (4/5, 18/5)$ and $(0,2)$. I know the optimal point is $(20/11, 48/11)$, but how can I determine if any of these points are degenerate without the graphs? thank you.