kriukov / interval-methods

GNU General Public License v3.0
0 stars 2 forks source link

Current issues needing to be fixed #1

Closed dpsanders closed 9 years ago

dpsanders commented 10 years ago

Need doing:

kriukov commented 10 years ago

Issue 1

Changing the sin procedure from old to new gives an error "no method matching operator(::Nothing, ::Interval) (or vice versa). A similar error appears with another input function not including sin/cos.

It looks like the problem may be in the automatic differentiation code. I am using Dr. Benet's AD code now in an attempt to fix the error.

kriukov commented 9 years ago

1: done; sin is taken from https://github.com/dpsanders/ValidatedNumerics.jl; cos is based on it 2: works. 3: works 4: works, time comparison made. Newton is better. 5: works; precision is specified as an argument, default is 64 6: done 7: done; new stuff may be added whenever needed 8: works with some examples and fails with other; in progress 9: done