Georges Nassif on Wed, 09 May 2018 00:27:49 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Findroot


Hello,

Is there a function in PARI library which is equivalent to Findroot in Mathematica?

For example:

FindRoot[Cos[x] == x, {x, 0}] 

will find a solution to cos(x)=x near x=0  

Thank you in advance,

Georges