First working prototype
parent
beb68a45d8
commit
9203003f1a
@ -0,0 +1,25 @@
|
|||||||
|
# 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)
|
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
Loading…
Reference in New Issue