Concerning the pull request here: > > https://github.com/raoulb/fricas/commit/1d4958e10f42840ad33e39bde8bfd4a6010dfbbe
> > I think, however, we should (in the commit message, record the SVN > > revision number of the open-axiom tree so that we know what patches > > we already have. Just updated the commit message to include the revision and change log entry. This was the only serious change in OpenAxion's matcat as it seems. Others are: Negation operator: ^= ---> ~= Unquote binary operators: "+" ---> + Use one? x instead of x=1 Remove some underscores like: swapRows_! ---> swapRows! These are just technical changes. Can and should we port some of these too? I added two more commits that implement 'one(m,n)' and 'identity(n)' as tiny wrappers around some other functions. These are pure convenience features. For some obscure(?) reason I can not call the identity function. BTW: I think that it would be nice if we were able to express A^n for symbolic n the same way we can express x^n for "scalar" x. What would it take to allow this? BTW2: The 'Pfaffian' function starts with an upper case letter. I think the convention for functions is lower case, isn't it? A similar issue is 'mrv_limit' which is not camel case. But that's offtopic now. -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/fricas-devel?hl=en.
