Let the number of students in the Sports, Music, and Drama clubs be \( x \), \( y \), and \( z \), respectively. The conditions are given as:
\[
x = y + z, \quad y = \frac{x}{2} + 20, \quad x + y + z = 10.
\]
This system of equations can be written as:
\[
\begin{aligned}
x - y - z &= 0,
y - \frac{x}{2} - 20 &= 0,
x + y + z &= 10.
\end{aligned}
\]
This system of equations can be solved using matrix methods. Write the system 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}.
\]
Now, use matrix operations to solve for \( x \), \( y \), and \( z \), which will give the number of students in each club. The solution gives:
\[
x = 60, \quad y = 50, \quad z = 70.
\]
Thus, the number of students in the Sports, Music, and Drama clubs are 60, 50, and 70, respectively.