Fix title
This commit is contained in:
parent
e8d17d9c21
commit
b2c4d0956c
@ -66,8 +66,8 @@
|
||||
%
|
||||
|
||||
|
||||
\title{HiWi Notes: Minimization of Code Constraint Polynomial using Homotopy
|
||||
Continuation Methods}
|
||||
\title{HiWi Notes: Minimization of the Code Constraint Polynomial using
|
||||
Homotopy Continuation Methods}
|
||||
\subtitle{\small 07.01.2025}
|
||||
\author{\vspace{1.5mm} Andreas Tsouchlos}
|
||||
\date{ }
|
||||
@ -93,10 +93,10 @@
|
||||
\maketitle
|
||||
\end{frame}
|
||||
|
||||
\newcommand{\largecitereference}[1]{\textcolor{kit-green100}{ \large \textbf{{[#1]}} }}
|
||||
\newcommand{\largecitereference}[1]
|
||||
{\textcolor{kit-green100}{ \large \textbf{{[#1]}} }}
|
||||
|
||||
\begin{frame}
|
||||
|
||||
\frametitle{Basic Idea of Homotopy Continuation \largecitereference{CL15}}
|
||||
|
||||
\begin{minipage}[c]{0.65\textwidth}
|
||||
@ -118,8 +118,10 @@
|
||||
\vspace{5mm}
|
||||
|
||||
\addreferences
|
||||
{CL15}{Chen, Tianran, and Tien-Yien Li.: \emph{Homotopy continuation method
|
||||
for solving systems of nonlinear and polynomial equations}. Communications in Information and Systems 15.2 (2015): 119-307.}
|
||||
{CL15}{Chen, Tianran, and Tien-Yien Li.: \emph{Homotopy
|
||||
continuation method for solving systems of nonlinear and
|
||||
polynomial equations}. Communications in Information and
|
||||
Systems 15.2 (2015): 119-307.}
|
||||
\stopreferences
|
||||
\end{minipage}%
|
||||
\hfill
|
||||
@ -159,9 +161,11 @@
|
||||
quiver/colored = {mapped color},
|
||||
-stealth,
|
||||
]
|
||||
table[col sep=comma, discard if not={t}{0.0}] {\res/H.csv};
|
||||
table[col sep=comma, discard if not={t}{0.0}]
|
||||
{\res/H.csv};
|
||||
|
||||
\addplot[mark=*] coordinates {(0,0)} node[above] {$\bm{x}_0$};
|
||||
\addplot[mark=*] coordinates {(0,0)} node[above]
|
||||
{$\bm{x}_0$};
|
||||
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
@ -193,7 +197,8 @@
|
||||
quiver/colored = {mapped color},
|
||||
-stealth,
|
||||
]
|
||||
table[col sep=comma, discard if not={t}{0.5}] {\res/H.csv};
|
||||
table[col sep=comma, discard if not={t}{0.5}]
|
||||
{\res/H.csv};
|
||||
|
||||
\draw[line width=1pt] (0,0) -- (0.25,-0.25);
|
||||
\addplot[mark=*] coordinates {(0.25, -0.25)};
|
||||
@ -230,14 +235,17 @@
|
||||
quiver/colored = {mapped color},
|
||||
-stealth,
|
||||
]
|
||||
table[col sep=comma, discard if not={t}{1.0}] {\res/H.csv};
|
||||
table[col sep=comma, discard if not={t}{1.0}]
|
||||
{\res/H.csv};
|
||||
|
||||
\draw[line width=1pt] (0,0) -- (0.5,-0.5);
|
||||
\addplot[mark=*] coordinates {(0.5,-0.5)} node[below right] {$\bm{x}_1$};
|
||||
\addplot[mark=*] coordinates {(0.5,-0.5)} node[below right]
|
||||
{$\bm{x}_1$};
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
|
||||
\caption{Visualization of ``snapshots'' of $H$ (e.g., $F, G$) as vector fields}
|
||||
\caption{Visualization of ``snapshots'' of $H$ (e.g., $F, G$) as
|
||||
vector fields}
|
||||
\end{figure}
|
||||
\end{minipage}
|
||||
\end{frame}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user