Which of the following ways of writing equations is acceptable and/or preferable in mathematical typography?
Format 1
The four equations in the computation graph are: \begin{align*} a_1 & = f(W_1 a_0 + b_1). \\ a_2 & = f(W_2 a_1 + b_2). \\ a_3 & = f(W_3 a_2 + b_3). \\ a_4 & = f(W_4 a_3 + b_4). \end{align*}
Format 2
The four equations in the computation graph are \begin{align*} a_1 & = f(W_1 a_0 + b_1), \\ a_2 & = f(W_2 a_1 + b_2), \\ a_3 & = f(W_3 a_2 + b_3), \\ \text{and } a_4 & = f(W_4 a_3 + b_4). \end{align*}
Format 3
The four equations in the computation graph are \begin{align*} a_1 & = f(W_1 a_0 + b_1), \\ a_2 & = f(W_2 a_1 + b_2), \\ a_3 & = f(W_3 a_2 + b_3), \\ a_4 & = f(W_4 a_3 + b_4). \end{align*}
Format 2 reads like it is closest to being correct English. But I think I have seen Format 3 more often in math books. Is there any consensus on which of these styles is correct and/or appropriate in professional mathematical typesetting?
Note: This may look like a duplicate of Punctuating blocks of equations but this question is different from the other one due to the following reasons:
- The other question has equations ending with digits which makes it difficult for us to end every equation with a comma because the comma may be confused for a decimal point by the readers of some countries. This question does not have equations ending with digits, so it is safe to use comma at the end of every equation.
- The other question has an easy and safer solution (i.e., rewrite the equations as a matrix). However, in this question we have four separate equations and the question about punctuation and conjunction needs to be addressed.
Here are some related posts that I have already read: