[julia-users] Re: Limit of symbolic parameters gives different results

2016-05-23 Thread Sreenath Chalil Madathil
I used SymPy package to get this solution. -oo is the wrong answer. The one that matlab gives is the correct answer. On Wednesday, May 18, 2016 at 5:49:24 AM UTC-6, j verzani wrote: > > I'm assuming this is using the `SymPy` package. I can confim your -oo > answer, but have no sense if it is cor

[julia-users] Re: Limit of symbolic parameters gives different results

2016-05-18 Thread j verzani
I'm assuming this is using the `SymPy` package. I can confim your -oo answer, but have no sense if it is correct or not. I would guess that there are some differences in parsing floating point numbers between MATLAB and Julia that could give a difference here. I don't know if it is possible, bu