I computing dual norm $ \|v\|_\ast = \sup_{\|x\|\leq1} \langle v, x\rangle $.
For example, I process like this: $x_1 = (2, 1); x_2 = (5, 10); x_3 = (8, 10)$. As norm of $x$ must be $\|x\| \leq 1$, I normalized vectors and I get this : $ x_1 = (2/\sqrt{5}, 1/\sqrt{5}); x_2 = (5/\sqrt{125}, 10/\sqrt{125}); x_3 = (8/\sqrt{164}, 10/\sqrt{164}) $.
How to choose $v$ to do the calculation? The norm of $v$ must it also be lower or equal to $1$? After calculation, I don't think I will have an interval to be able to find the supremum, hence my question of how to find the supremum? In other manuals, I also see $\|v\|_\ast = \max_{\|x\|\leq1} \langle v, x\rangle $. Which the good formula?