I know that Möbius transformations generally maps lines/circles to line/circles using a function $f\left( z \right) = \frac{{az + b}}{{cz + d}}$ defined over $\mathbb C$. However, what I do not understand is that they usually are represented via a matrix and often written as
$$\left[ {\begin{array}{*{20}{c}} z&1 \end{array}} \right]\left[ {\begin{array}{*{20}{c}} a&c\\ b&d \end{array}} \right] = \left[ {\begin{array}{*{20}{c}} {az + b}&{cz + d} \end{array}} \right] = \left[ {\begin{array}{*{20}{c}} {\frac{{az + b}}{{cz + d}}}&1 \end{array}} \right] = f\left( z \right)$$
I took the last equation from this Wikipedia article. I cannot understand the meaning of this equation and how could you equate $f(z)$ to the row vector $\left[ {\begin{array}{*{20}{c}} {\frac{{az + b}}{{cz + d}}}&1 \end{array}} \right]$. Could someone put these in simple terms so that I see how things work. Thanks in advance.