I am running Sagemath 9.1 on macOS 10.15.17
but I think this issue is more about math.
Consider the following code
G = GL(2^8, GF(2^8))
A = G.random_element()
B = Matrix(A)
%time B.is_invertible()
C = Matrix(A)
%time C.nrows() == C.ncols() == C.rank()
The first timer returns 9s while the second
Just a suggestion: if you want to improve the speed of symbolic
mathematics as done by Maxima, and you are no longer insisting on the use
of Python, why not write in Lisp, and make Maxima faster?
On Monday, January 18, 2021 at 6:58:10 AM UTC-8 dim...@gmail.com wrote:
>
>
> On Mon, 18 Jan 2021
On Sat, Jan 16, 2021 at 7:09 AM Dima Pasechnik wrote:
> On Fri, Jan 15, 2021 at 10:33 PM Siddharth Bhat
> wrote:
> >
> > In "git the hard way", it asks us to setup:
> >
> > [user@localhost sage]$ git remote add trac git://
> trac.sagemath.org/sage.git -t master
> > [user@localhost sage]$ git rem
Ah. Reading your message closely, I think I see the problem. What you
are trying to do, is not possible.
If you want to give some comments about the code, you need to leave a
comment on the corresponding trac ticket.
You can parse code in comments using curly brackets:
{{{
def foo(a, b):
Strange, I am logged in. Even so, I don't seem to be able to see the edit
options? What exactly ought I edit?
Thanks a lot,
~Siddharth
On Tue, Jan 19, 2021 at 9:26 PM 'jonatha...@googlemail.com' via sage-devel <
sage-devel@googlegroups.com> wrote:
> You need to login somehow.
>
> You have previo
You need to login somehow.
You have previously logged in with your github account `gh-bollu`. This
works as well. After you log in, the edit options will appear.
Of course you can also create a sage account, which also lets you edit
https://wiki.sagemath.org/ and maybe you prefer not to link yo
Hi,
you could ask for a trac acount as explained in the developer guide:
https://doc.sagemath.org/html/en/developer/trac.html#obtaining-an-account
Ciao,
Thierry
On Tue, Jan 19, 2021 at 06:55:33AM -0800, Siddharth Bhat wrote:
> Hey all,
>
> I'm trying to learn how to review Trac tickets,and am
Hey all,
I'm trying to learn how to review Trac tickets,and am unfortunately failing
at it.
I want to leave some comments on this file:
https://git.sagemath.org/sage.git/diff/src/sage/homology/finite_topological_spaces.py?id=fc4c726665c7bf25c83a7fae6f04420e19086d69
which corresponds to this t
Le lundi 18 janvier 2021 à 22:57:31 UTC+1, kcrisman a écrit :
> Thanks for all your work on this over the years, Ralf, it has been greatly
> appreciated!
>
>
Yes, many thanks!
Eric.
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe