Created
July 8, 2015 23:04
-
-
Save yassu/f1b250e083de789caa50 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\usepackage{amsmath, amssymb} | |
\usepackage{amsthm} | |
\newcommand{\RR}{\mathbf{R}} | |
\begin{document} | |
We define diffeomorphism $\phi \colon \RR^2 \to \RR^2$ by identify: | |
\[ | |
\phi(x, y) = (x, y). | |
\] | |
Then jacobian of $\phi$ is identity matrix: | |
\begin{align*} | |
J_\phi = \begin{pmatrix} | |
1 && 0 \\ | |
0 && 1 | |
\end{pmatrix}. | |
\end{align*} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment