Skip to content

Commit

Permalink
Try to be a little bit more consistent with writing out "(t)"
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Mar 3, 2021
1 parent 395d9d1 commit f8c99db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ \subsection{Using the Derivative Annotation}\label{using-the-derivative-annotati
&= \udfrac{}{t}\text{\lstinline!f!}(x(t),\text{\lstinline!g!}(x(t)))\\
&= \pdfrac{\text{\lstinline!f!}}{x} \udfrac{x}{t} + \pdfrac{\text{\lstinline!f!}}{y} \pdfrac{\text{\lstinline!g!}}{x} \udfrac{x}{t}\\
&= \left(\pdfrac{\text{\lstinline!f!}}{x} + \pdfrac{\text{\lstinline!f!}}{y} \pdfrac{\text{\lstinline!g!}}{x} \right) \udfrac{x}{t}\\
&= \text{\lstinline!h!}(x,y) \udfrac{x}{t}
&= \text{\lstinline!h!}(x(t),y(t))) \udfrac{x}{t}
\end{aligned}
\end{equation*}
\end{nonnormative}
Expand Down

0 comments on commit f8c99db

Please sign in to comment.