I want to create a binary matrix (${X}_{m*n}$) containing $C$ ones ($||X|| = C$). Additionally I want to have the number of elements of each row ($m$) to have an exponential form. This is: for each row the number elements needs to be equal to $e^{alpha * i}$ or in symbols: ||${X}_{i}$|| =...