Layout Notation for matrix calculus

In summary, the conversation discusses the confusion surrounding the "numerator layout notation" and "denominator layout notation" when working with matrix differentiation. The conversation also mentions the arbitrary nature of matrix layouts and the importance of understanding the underlying scalar functions. Ultimately, the conversation suggests using the traditional matrix layout or the Einstein summation convention when representing derivatives.
  • #1
Dethrone
717
0
Hi,

I guess this could be a rather silly question, but I got a bit confused about the "numerator layout notation" and "denominator layout notation" when working with matrix differentiation: ="http://https://en.wikipedia.org/w...a.org/wiki/Matrix_calculus#Layout_conventions

It says that with the denominator layout notation, we interpret differentiation of a scalar with respect to a vector as such: $\frac{\mathrm{d}L}{\mathrm{d}w_1}=[\frac{\mathrm{d}L}{\mathrm{d}w_{11}}\frac{\mathrm{d}L}{\mathrm{d}w_{12}} ... \frac{\mathrm{d}L}{\mathrm{d}w_{1n}}]^T$, $L$ a scalar and $w_1$ an $n$ x $1$ vector.

But what if we represent the scalar $L$ differently? e.g $L=w^Tx$, where $w$, $x \in \Bbb{R}^{n \times1}$.
Then we get $\frac{\mathrm{d}L}{\mathrm{d}w}=\frac{\mathrm{d}(w^Tx)}{\mathrm{d}w}=\frac{\mathrm{d}(x^Tw)}{\mathrm{d}w}=x^T$, which is a $1$ by $n$ vector. Doesn't this result disagree with the denominator layout notation? I read somewhere on the wiki that says one should stick to one type of notation, but if certain types of calculations favors one type of notation over the other, wouldn't that be problematic or confusing?

I came across this when trying to calculate $\frac{\mathrm{d}L}{\mathrm{d}W}=[\frac{\mathrm{d}L}{\mathrm{d}w_1}\frac{\mathrm{d}L}{\mathrm{d}w_2}...\frac{\mathrm{d}L}{\mathrm{d}w_c}]$, where $W$ is $n$ by $c$, and each $\frac{\mathrm{d}L}{\mathrm{d}w_i}$ is the derivative of $L$ with respect to the column vector $w_i$. As you can see fairly quickly, I started off with what wiki calls the the "denominator layout notation" but since each $\frac{\mathrm{d}L}{\mathrm{d}w_i}$'s ended up being $1$ by $n$, it didn't make much sense. Basically what I'm trying to say is that writing the scalar $L$ as $w^Tx$ caused my result to use numerator notation, but since I started off using denominator notation my answer gets messed up.
 
Last edited:
Physics news on Phys.org
  • #2
Hey Rido12! (Smile)

Indeed, the matrix layouts of derivatives tend to be confusing.
The problem as I see it, is that the matrix layout is an arbitrary representation.
And it already more or less fails if we have more than 2 dimensions, since then we can't properly represent it in a rectangular matrix.
When we take the derivative of a vector function with respect to a vector, what we actually have is a set of scalar functions:
$$\pd {\mathbf f}{\mathbf x} = \left(\pd {f_i}{x_j}\right)$$
That is, forget about the matrix layout.
And when we want to multiply it with a vector $\mathbf v$ to find a directional derivative, which is really an application of the chain rule, what we need to do is:
$$\pd {\mathbf f}{\mathbf x} \cdot \mathbf v = \sum_{i=1}^n \pd {f_i}{x_j} v_j \mathbf e_i$$
where $\mathbf e_i$ is the $i$-th unit vector.

Since as humans we like to represent that in something we can write down, and that fits into how we usually do matrix manipulations, the most natural way that fits in our conventions is:
$$\begin{bmatrix}\pd {f_1}{x_1} & ... & \pd {f_1}{x_n} \\ \vdots & & \vdots \\ \pd {f_n}{x_1} & ... & \pd {f_n}{x_n} \end{bmatrix}
\begin{bmatrix}v_1 \\ \vdots \\ v_n\end{bmatrix}$$
This is the Jacobian form, or numerator layout.
The thing to realize, is that whenever we do something like this, we need to ensure that the elements get multiplied and summed with the right elements.
So if we choose to pick the denominator layout instead, to ensure our conventional matrix product works out, we need to write it as:
$$\begin{bmatrix}v_1 & \dots & v_n\end{bmatrix}\begin{bmatrix}\pd {f_1}{x_1} & ... & \pd {f_n}{x_1} \\ \vdots & & \vdots \\ \pd {f_1}{x_n} & ... & \pd {f_n}{x_n} \end{bmatrix}
$$

Or we can choose to forget about conventional matrix layouts and products, and just write:
$$\sum_{i=1}^n \pd {f_i}{x_j} v_j \mathbf e_i$$
or for short:
$$\pd {f_i}{x_j} v_j$$
following Einstein summation convention.
 

What is the "Layout Notation" used for in matrix calculus?

The Layout Notation is a shorthand way of representing the mathematical operations involved in matrix calculus. It allows for a more streamlined and compact way of writing out equations and calculations involving matrices and vectors.

How is the Layout Notation different from traditional matrix notation?

The Layout Notation differs from traditional matrix notation in that it uses a single letter to represent a whole matrix or vector, rather than writing out each element individually. It also uses a subscript to indicate the dimensions of the matrix or vector.

Can the Layout Notation be used for any type of matrix or vector?

Yes, the Layout Notation can be used for any type of matrix or vector, including square matrices, rectangular matrices, and vectors of any length.

Are there any rules or conventions for using the Layout Notation?

Yes, there are certain rules and conventions that should be followed when using the Layout Notation. For example, the dimensions of matrices and vectors should be indicated by subscripts, and the order of operations should be followed when writing out equations.

How can I learn to use the Layout Notation effectively?

The best way to learn how to use the Layout Notation effectively is to practice and become familiar with the rules and conventions. There are also many online resources and textbooks available that can provide guidance and examples of how to use the Layout Notation in different scenarios.

Similar threads

Replies
3
Views
1K
  • Beyond the Standard Models
Replies
1
Views
1K
  • Advanced Physics Homework Help
Replies
6
Views
1K
  • Classical Physics
Replies
4
Views
725
Replies
6
Views
1K
Replies
2
Views
1K
Replies
2
Views
1K
Replies
4
Views
3K
  • Linear and Abstract Algebra
Replies
2
Views
2K
  • Introductory Physics Homework Help
Replies
4
Views
1K
Back
Top