Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Conor Joseph Mccoid
UNIGE
Commits
a86928b2
Commit
a86928b2
authored
Oct 11, 2021
by
Conor McCoid
Browse files
Extrap: finished equivalence of qN for pure multisecant equation methods
parent
9bdab8c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Research/Extrapolation methods/notes.tex
View file @
a86928b2
...
...
@@ -470,5 +470,19 @@ where $\hat{\vec{u}}$ satisfies
\begin{equation*}
F
_{
n,k
}
\hat
{
\vec
{
u
}}
=
\begin{bmatrix}
0
\\
\fxi
{
n+i
}
\end{bmatrix}
.
\end{equation*}
Replace
$
\hat
{
\vec
{
u
}}$
with
$
\Delta
\tilde
{
\vec
{
u
}}$
where
$
\Delta
$
is some matrix representing a differentiation operator.
The conditions on
$
\Delta
$
are that it has
$
k
-
1
$
rows and
$
k
$
columns, and its columns sum to zero.
Then an equivalent method is
\begin{equation*}
\hat
{
\vec
{
x
}}
=
\vec
{
x
}_{
n+i
}
- X
_{
n,k
}
\Delta
\tilde
{
\vec
{
u
}}
\end{equation*}
where
\begin{equation*}
F
_{
n,k
}
\Delta
\tilde
{
\vec
{
u
}}
=
\begin{bmatrix}
0
\\
\fxi
{
n+i
}
\end{bmatrix}
.
\end{equation*}
Some standard choices of
$
\Delta
$
:
\begin{equation*}
\begin{bmatrix}
-1
&
\dots
&
-1
\\
1
\\
&
\ddots
\\
&
&
1
\end{bmatrix}
,
\quad
\begin{bmatrix}
-1
\\
1
&
\ddots
\\
&
\ddots
&
-1
\\
&
&
1
\end{bmatrix}
.
\end{equation*}
\end{document}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment