Created
May 5, 2021 13:31
-
-
Save eps1lon/59fe8b655d74f6d96bc42a39555d5f95 to your computer and use it in GitHub Desktop.
teared UI
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[utf8]{inputenc} | |
\usepackage{amsmath} | |
\title{teared ui} | |
\author{Sebastian Silbermann} | |
\date{May 2021} | |
\begin{document} | |
\begin{align*} | |
\mathit{UI}_{t_1} &= f(state_{t_1}) + g(state_{t_1})\\ | |
\mathit{UI}_{t_2} &= f(state_{t_2}) + g(state_{t_2})\\ | |
\mathit{UI}_{teared} &=f(state_{t_1}) + g(state_{t_2})\\ | |
\end{align*} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment