Please turn JavaScript on

Yet Another Math Programming Consultant

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.06 / day

Message History

Minimum encompassing circle and ellipse
This is again about finding the smallest geometric shape containing all our data points. Here I focus on easy, convex cases: a circle and an ellipse. After the last post, where I was struggling mightily with a non-convex version of this model, this should be a breeze. First let's do circles.
1. Minimum encompassing circle



Read full story

In this puzzle [1,2], we need to determine what the 3-digit passcode is, using a few hints. Each digit is an integer between 0 and 9. The hints are:


Read full story
In this post, I want to delve further into sorting. In a question on or.stackexchange.com [1], the subject was minimizing the number of swaps in sorting algorithms. A swap, i.e., an interchange of two items, is a basic operation in sorting. We usually don't pay much attention to this. First, we assume swaps are cheap. If they are not, we can sort not the real data (which can be ...

Read full story