Lets say that I have the following function: $$ y = (f \circ g \circ h)(x) = f(g(h(x))) $$
$$ f:\mathbb{R}^{k} → \mathbb{R}, g : \mathbb{R}^{m} \to \mathbb{R}^k, h: \mathbb{R}^{n} \to \mathbb{R}^m $$
what is the dimension of the Jacobian matrix $D(f \circ g \circ h)(x)$?
Would the dimension be $1\times k$, since the function is only in function of one variable $x$?