You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
321 B
Markdown
26 lines
321 B
Markdown
1 year ago
|
# Homotopy Continuation in Julia
|
||
|
|
||
|
## Implemented
|
||
|
|
||
|
- Total-degree Homotopy
|
||
|
- Roots of unity start system
|
||
|
|
||
|
## TODO
|
||
|
|
||
|
- Projective coordinates
|
||
|
- Parallelization
|
||
|
- Endgames(?)
|
||
|
|
||
|
## Example system
|
||
|
|
||
|
$$
|
||
|
\begin{{align*}}
|
||
|
x^2 + y^2 - 4 &= 0 \\
|
||
|
xy - 1 &= 0 \\
|
||
|
\end{{align*}}
|
||
|
$$
|
||
|
|
||
|
Plot of our approximate solutions:
|
||
|
|
||
|
![](solution.png)
|