JuliaHomotopyContinuation / HomotopyContinuation.jl

A Julia package for solving systems of polynomials via homotopy continuation.
https://www.JuliaHomotopyContinuation.org
MIT License
175 stars 30 forks source link

Support sqrt in modelkit #538

Closed saschatimme closed 1 year ago

saschatimme commented 1 year ago

Handles the sqrt case in #536 and throws now an explicit error if we have any other exponent.

To allow arbitrary number exponents we need to first implement exp and log and then express a^b as ${exp}({log}(a^b))={exp}(b*{log}(a))$ and use the existing subroutines

saschatimme commented 1 year ago

CI failure unrelated