Re: [fricas-devel] Airy, Bessel and hypergeometric functions

2021-04-14 Thread Waldek Hebisch
On Tue, Apr 13, 2021 at 03:49:16PM -0700, Tobias Neumann wrote: > > > > > > test := 1.1 > > > >> System error: > > > The value NIL is not of the expected type CCL::UVECTOR. > > > > Which version of Clozure CL did you try? ATM my testing version > > is 11.5. > > > > I am using 1.12 (it's the n

Re: [fricas-devel] inverting matrixes over rings

2021-04-14 Thread Waldek Hebisch
On Tue, Apr 13, 2021 at 11:35:55AM +0200, Prof. Dr. Johannes Grabmeier privat wrote: > the FriCAS code for inverting matrices over R is not correct. If wished > I can provide the necessary changes to matfuns.spad I am not sure what you consider as "not correct". Namely, currently 'inverse' assum

Re: [fricas-devel] numerical integration of a complex function?

2021-04-14 Thread Waldek Hebisch
On Wed, Apr 14, 2021 at 02:50:49PM +0200, thejasvi wrote: > Hello Waldek and Ric > Thanks so much for the function and comments you sent. > The integration works pretty fast for the example function you showed. > > For my own use-case, I expect to need very high precision (eg. the > Mathematica co

Re: [fricas-devel] numerical integration of a complex function?

2021-04-14 Thread Tobias Neumann
> For my own use-case, I expect to need very high precision (eg. the Mathematica code I'm trying to port uses 300 digits for the same model). > Is DoubleFloat the correct Type to use? > Given that the target is 300 digits precision, I tried to run the adaptive integration with lower and lower

Re: [fricas-devel] numerical integration of a complex function?

2021-04-14 Thread thejasvi
Hello Waldek and Ric Thanks so much for the function and comments you sent. The integration works pretty fast for the example function you showed. For my own use-case, I expect to need very high precision (eg. the Mathematica code I'm trying to port uses 300 digits for the same model). Is DoubleF