Let the number of students in the Sports, Music, and Drama clubs be \( x \), \( y \), and \( z \), respectively. The given conditions are:
\[x = y + z, \quad y = \frac{x}{2} + 20, \quad x + y + z = 10.\]
This system can be rewritten as:
\[\begin{aligned}x - y - z &= 0, \\
y - \frac{x}{2} &= 20, \\
x + y + z &= 10.\end{aligned}\]
To solve this system using matrix methods, represent it as a matrix equation:
\[\begin{pmatrix}1 & -1 & -1 \\
- \frac{1}{2} & 1 & 0 \\
1 & 1 & 1\end{pmatrix}\begin{pmatrix}x \\
y \\
z\end{pmatrix}=\begin{pmatrix}0 \\
20 \\
10\end{pmatrix}.\]
Applying matrix operations to solve for \( x \), \( y \), and \( z \) yields:
\[x = 60, \quad y = 50, \quad z = 70.\]
Therefore, the number of students in the Sports, Music, and Drama clubs are 60, 50, and 70, respectively.