Paul Breiding

Results 43 comments of Paul Breiding
trafficstars

> I just wanted to make you guys aware that [HarmonicBalance.jl](https://github.com/NonlinearOscillations/HarmonicBalance.jl) also got a Symbolics.jl to HomotopyContinutation.jl interface. Maybe it can be useful. Thanks for the info.

@JuliaRegistrator register()

Hi all, all I can say is that we never tested against `BigFloat`. In principle, everything should be abstractified to an extend that allows any number type. But there is...

> @PBrdng, switching the method to `HomotopyContinuation.solve(system_2; start_system=:total_degree) ` indeed make the computation work. Then, the problem is the overflow in the polyhedral homotopy. It could be, though, that `BigFloats`...

`sing_accuracy' is also an endgame parameter. Every zero with condition number above that value is considered singular.

This is indeed weird. Thanks for noticing. I will look into it...

What is the version of Hc.jl that you use? Because in earlier version `sing_accuracy` was not implemented. In the most recent version of the software `EndgameOptions(; sing_accuracy = 1e2)` goes...

I think this is the problem. For some reason, the most recent version (2.9.3) is not automatically being installed on your device. I just tried a fresh installation and it...

Thanks for notifying. @saschatimme can you take care of this?