I am trying to understand question 1(a) here. They calculate a subgradient at a given $x$ for the following convex function:
$$f(x) =\max_{i=1, ..., m} (a_i^Tx + b_i)$$
The solution is to find $k \in \{1,...m\}$ for which $f(x) = (a_k^T x + b_k)$, then the subgradient is $a_k$.
I understand the solution. However, it is only one solution. The size of the set of subgradients is infinite. Therefore, I wonder, what are all the other subgradients? How can I calculate other subgradients from the set?
Thanks.