Re: [sage-support] Re: PATH in OS X Jupyter notebook

2022-08-29 Thread John H Palmieri
I'm reviving this discussion because of another ask.sagemath.org post (https://ask.sagemath.org/question/63845/how-reach-octave-or-macaulay2-from-sage-notebook/): someone who had installed octave and macaulay 2, but the app wasn't finding them because of its minimal setting for PATH. This

Re: [sage-support] Error while finding a solution of the non linear equation by bisection method using loop in SageCellServer

2022-08-29 Thread G. M.-S.
Implicit assumptions are a great source of disasters (in programming and elsewhere). There are many other things that can go wrong in this "bisection" procedure, I was just pointing at some of them. Anyway, I am sorry if you took it badly. I was only trying to help. Best, Guillermo On Mon, 29

Re: [sage-support] Error while finding a solution of the non linear equation by bisection method using loop in SageCellServer

2022-08-29 Thread Varun Kumar
In my problem the Bisection means a bisection method in numerical analysis. In this method, b > a always because we find the root of the equation in the interval (a, b) so for the formation of the interval it is necessary b > a. On Mon, Aug 29, 2022 at 12:18 AM G. M.-S. wrote: > > Hi Varun. >