Re: [fricas-devel] difference between EXPR INT and EXPR Complex INT

2019-11-12 Thread 'Martin R' via FriCAS - computer algebra system
ping? Am Montag, 4. November 2019 09:23:33 UTC+1 schrieb Martin R: > > Thank you! Unfortunately, I am still not clear on the difference. Is the > following correct: > > EXPR INT assumes real variables and functions, and EXPR Complex INT is a > hack? > > Martin > -- You received this message

Re: [fricas-devel] ARRAY2 enhanced

2019-11-12 Thread Prof. Dr. Johannes Grabmeier FW
Am 11.11.19 um 22:53 schrieb Ralf Hemmecke: > On 11/4/19 11:24 PM, Prof. Dr. Johannes Grabmeier privat wrote: >> Hi all, >> I have enhanved TwoDimensionalArray to include arithmetic for block >> matrices and have an operation array2 (similar to matrix for Matrix) for >> easy creation of

Re: [fricas-devel] Problem using record selectors

2019-11-12 Thread Waldek Hebisch
Paul Onions wrote: > > I have a problem with FriCAS 1.3.5 using records inside a function. > As an example consider the following code, where I define a record > type and simple constructor and accessor functions:- > > (1) -> R ==> Record(a:Integer, b:Integer) >