[Cuis-dev] Mathematics Repo :: Domains

Gerald Klix cuis.01 at klix.ch
Thu Jul 1 02:57:51 PDT 2021


Thank you very much!

I gathered that Mathematics is overkill if I only want
to introduce someone to the basic concepts of abstract algebra,
like groups and fields.


Best Regards,

Gerald



On 6/30/21 8:59 AM, Luciano Notarfrancesco via Cuis-dev wrote:
> The code at those repos might be useful as a reference for someone wanting
> to implement some basic objects such as polynomial rings or vector spaces
> for example. But there’s been lots of changes since then, some big
> refactorings and important fixes. The ultimate goal is to implement
> something like Magma, at least covering the parts of algebraic geometry,
> commutative algebra, number fields and function fields, and in order to do
> that it requires a higher level of abstraction and there’s still lots of
> work to do. For speed, at some point it will be necessary to move some code
> to a plugin, and it turns out that the bottle neck for most of the project
> is just operating with matrices and tuples over integers modulo a small
> integer (32 bits will probably be enough), so making a plugin will be very
> straight forward and I’m designing everything in such a way that adding the
> plugin will be easy with almost no changes required in the image.
> 
> On Mon, 28 Jun 2021 at 8:20 PM Gerald Klix via Cuis-dev <
> cuis-dev at lists.cuis.st> wrote:
> 
>> Thank you! I am aware of that port, I am also aware of this repo:
>> https://github.com/hbcbh1999/Mathematics
>>
>> I would like to know, whether the Cuis
>> version is still working or if the aforementioned
>> Cuis repo is up to date.
>>
>>
>> Thanks in advance,
>>
>> Gerald
>>
>>
>> On 6/28/21 2:43 PM, Ralf Barkow via Cuis-dev wrote:
>>> Gerald Klix via Cuis-dev:
>>>>
>>>> What became of 'https://github.com/len/Mathematics' ?
>>>>
>>>
>>> https://github.com/PolyMathOrg/Domains
>>>
>>>       "Domains is a Pharo port of https://github.com/len/Mathematics
>>> <https://github.com/len/Mathematics> a computer system algebra running
>>> on Cuis."
>>>
>>> --  /rgb
>>>
>>>
>> --
>> Cuis-dev mailing list
>> Cuis-dev at lists.cuis.st
>> https://lists.cuis.st/mailman/listinfo/cuis-dev
>>
> 
> 



More information about the Cuis-dev mailing list