在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:JuliaIntervals/IntervalRootFinding.jl开源软件地址:https://github.com/JuliaIntervals/IntervalRootFinding.jl开源编程语言:Julia 100.0%开源软件介绍:IntervalRootFinding.jlThis package provides guaranteed methods for finding roots of functions, i.e. solutions to the equation Basic usage examplesThe basic function is julia> using IntervalArithmetic, IntervalRootFinding
julia> f(x) = sin(x) - 0.1*x^2 + 1
f (generic function with 1 method)
julia> roots(f, -10..10)
4-element Array{Root{Interval{Float64}},1}:
Root([3.14959, 3.1496], :unique)
Root([-4.42654, -4.42653], :unique)
Root([-1.08205, -1.08204], :unique)
Root([-3.10682, -3.10681], :unique) The These results are represented in the following plot, the region containing roots being in green. The inset show a close-up of one of the roots: The full documentation is available here. Authors
AcknowledgementsFinancial support is acknowledged from DGAPA-UNAM PAPIME grants PE-105911 and PE-107114, and DGAPA-UNAM PAPIIT grants IN-117214 and IN-117117. LB acknowledges support through a Cátedra Moshinsky (2013). |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论