$1 \geq x\times\lceil{\log_2{x}}\rceil\times y\times\frac{1}{100}$
$x \in \mathbb{N}$, $x \geq 2$
$y \in \mathbb{Q}$, $y \geq 0$
now I can declare $max_y(x) = \frac{1}{x\times\lceil{\log_2{x}}\rceil\times\frac{1}{100}}$
But how to declare $max_x(y)$?
And how can I plot the graph?