[sage-devel] Re: grant proposal season

2009-08-27 Thread Paul Leopardi
Earlier this year I applied for an ARC Discovery grant for a 4 year 75% Fellowship ( http://www.arc.gov.au/ncgp/dp/dp_default.htm ) to study the relationship between numerical Clifford algebras, compatible discretization and the solution of PDEs, etc. in mathematical physics. Part of this project

[sage-devel] Re: Exterior algebra (again)

2009-09-24 Thread Paul Leopardi
On Sep 24, 3:39 pm, Michael Brickenstein brickenst...@mfo.de wrote: Hi! On 23 Sep., 11:07, mmarco mma...@unizar.es wrote: I have to do some computations in an exterior algebra, and i have seen that it is not yet implemented in sage, but there is some work in that direction. My question

[sage-devel] Relationships between exact, approximate linear algebra and multilinear algebras

2008-09-08 Thread Paul Leopardi
Hi all, I will be attending Sage Days 10 in Nancy, but am very new to Sage and need some pointers on where to find stuff. Also, I have heard about some recent developments in C++ linear algebra libraries and wonder how this relates to Sage. The most recent development is Matrix Template Library

Re: [sage-devel] Differential forms

2010-05-13 Thread Paul Leopardi
Hi all, This is just a short me too note. I am also interested in exterior algebras and differential forms in Sage, but am wondering how to incorporate these with Clifford algebras, Dirac operators, and the functional calculus of operators, especially in relation to the algebraic user

[sage-devel] Sage 4.4.1 build failures with gcc 4.4.1 on SUSE 11.2

2010-05-15 Thread Paul Leopardi
Hi all, I am trying to build Sage 4.4.1 from sourece, using gcc 4.4.1 on SUSE 11.2. So far I have had two failures. I can work around the first, but have no clue about the second. Best, Paul 1. Problem with libreadline Symptom: [...]/local/lib/libreadline.so.6: undefined symbol: PC Workaround:

Re: [sage-devel] Sage 4.4.1 build failures with gcc 4.4.1 on SUSE 11.2

2010-05-16 Thread Paul Leopardi
Thanks for the help. I tried again but with export SAGE64=yes before running make. The only difference is that the calls to gcc now include the option -m64. The warning and error messages are the same. Best, Paul --- install.2.log 2010-05-16 15:38:19.0 +1000 +++ install.log

Re: [sage-devel] Sage 4.4.1 build failures with gcc 4.4.1 on SUSE 11.2

2010-05-16 Thread Paul Leopardi
Thanks, Georg, I moved -lm to just before -o test in the makefile for symmetrica-2.0.p5, used tar zcf to creat a replacement spkg, and the make now continues past symmetrica-2.0.p5. The make is still running. I have the following environment variables defined: SAGE64=yes SAGE_CHECK=yes

Re: [sage-devel] Sage 4.4.1 build failures with gcc 4.4.1 on SUSE 11.2

2010-05-16 Thread Paul Leopardi
In the makefile for symmetrica, the -lm has to go after all the .o files that need libm.a or libm.so. This is standard practice for GNU binutils and not a quirk of OpenSUSE, so I don't see why the build should have worked with any other Linux distribution (remember that I have exported

Re: [sage-devel] Sage 4.4.1 build failures with gcc 4.4.1 on SUSE 11.2

2010-05-17 Thread Paul Leopardi
Hi all, The build on my machine apparently finished. The end of install.log looks like: -- [...] Successfully installed sagetex-2.2.5 Running the test suite. pdfTeX using libpoppler 3.1415926-1.40.9-2.2 (Web2C 7.5.7) kpathsea

Re: [sage-devel] Sage 4.4.1 build failures with gcc 4.4.1 on SUSE 11.2

2010-05-17 Thread Paul Leopardi
Thanks, Jaap, From: Jaap Spies j.sp...@hccnet.nl Mon, 17 May 2010 18:30:23 +0200 Paul Leopardi wrote: Thanks, Georg, I moved -lm to just before -o test in the makefile for symmetrica-2.0.p5, used tar zcf to creat a replacement spkg, and the make now continues past symmetrica-2.0.p5

Re: [sage-devel] Sage 4.4.1 build failures with gcc 4.4.1 on SUSE 11.2

2010-05-17 Thread Paul Leopardi
Hi all, make clean make does not work the way I expected it to. I expected it to clean out my existing build of sage and start again. Instead, make clean outputs: echo Deleted spkg/build Deleted spkg/build rm -rf spkg/build mkdir -p spkg/build echo Deleted spkg/archive Deleted spkg/archive rm

Re: [sage-devel] Sage 4.4.1 build failures with gcc 4.4.1 on SUSE 11.2

2010-05-18 Thread Paul Leopardi
Hi all, OK. I have now run make again, this time with unset SAGE_CHECK unset SAGE64 The build apparently completes, but dochtml.log still has much the same error messages: --- sphinx-build -b html -d

Re: [sage-devel] Sage 4.4.1 build failures with gcc 4.4.1 on SUSE 11.2

2010-05-19 Thread Paul Leopardi
Thanks Nathan, Mike, I applied http://trac.sagemath.org/sage_trac/attachment/ticket/8844/trac_8844- module_list.patch to $SAGE_ROOT/devel/sage-main/module_list.py. What do I now need to do to re-build sage without starting from scratch? sage -b and sage -f sage seem to work, but they don't fix

Re: [sage-devel] Sage 4.4.1 build failures with gcc 4.4.1 on SUSE 11.2

2010-05-20 Thread Paul Leopardi
Hi all, I tried sage -ba and the build now completes. Sage now starts without errors! So it looks to me like the patch to module_list.py is needed for openSUSE 11.2. Thanks, all. I also ran: ./sage -docbuild all html 21 | tee -a dochtml.log It also looks like that works fine now, too. I am

[sage-devel] Re: MATLAB: viable alternative...?

2011-08-27 Thread Paul Leopardi
Hi William, On Aug 16, 5:58 am, William Stein wst...@gmail.com wrote: If somebody walked up to *you* and asked: Is Sage now a viable alternative to MATLAB? what would you say? I'm especially interested in what people who do numerical/applied computation think. My answer: It's very difficult

[sage-devel] Re: Anyone developing Differential System and Cartan--Kaehler in sage?

2011-12-21 Thread Paul Leopardi
Back in 2008, I said I was interested in adding support for Clifford algebras / Geometric Algebra to Sage. Since then I have found out that there is some support available in Axiom. Now that there is renewed interest in Exterior algebras, I would like to better understand how to incorporate

[sage-devel] Sage 4.6.1 build failure in symmetrica-2.0.p5.spkg

2011-01-31 Thread Paul Leopardi
Hi all, I'm trying to compile Sage 4.6.1 on openSUSE 11.2 x86_64 and have encountered the same bug I reported on May 16 last year with Sage 4.4.1. http://www.mail-archive.com/sage-devel@googlegroups.com/msg38879.html Th fix is to move -lm to the right place on the command line. See diff below.

[sage-devel] Re: Sage 4.6.1 build failure in symmetrica-2.0.p5.spkg

2011-01-31 Thread Paul Leopardi
On Feb 1, 2:27 am, Volker Braun vbraun.n...@gmail.com wrote: Are you still using gcc 4.4.1? I'm actually surprised that you were able to compile the rest of Sage with that compiler. I've made a trac ticket http://trac.sagemath.org/sage_trac/ticket/10719 and an updated spkg:

[sage-devel] Re: Sage 4.6.1 build failure in symmetrica-2.0.p5.spkg

2011-01-31 Thread Paul Leopardi
Hi Volker On Feb 1, 2:27 am, Volker Braun vbraun.n...@gmail.com wrote: I've made a trac ticket http://trac.sagemath.org/sage_trac/ticket/10719 and an updated spkg: http://www.stp.dias.ie/~vbraun/Sage/spkg/symmetrica-2.0.p6.spkg Thanks again. I tested your spkg. It doesn't work. You also

[sage-devel] Re: Sage 4.6.1 build failure in symmetrica-2.0.p5.spkg

2011-02-01 Thread Paul Leopardi
Hi Volker, On Feb 1, 12:15 pm, Volker Braun vbraun.n...@gmail.com wrote: Upon a closer look at the symmetrica spkg I noticed a lot of other oddities. Particularly ironic is the fact that the binary that fails to link on your machine is actually not used. I've updated my spkg

[sage-devel] Re: Sage 4.6.1 build failure in symmetrica-2.0.p5.spkg

2011-02-01 Thread Paul Leopardi
OK. Your revised spkg builds and install correctly now, as far as I can tell. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at

[sage-devel] Sage presence at FoCM, ICIAM?

2011-03-25 Thread Paul Leopardi
Hi all, Not sure if this is the right list, but I was wondering what presence Sage will have at FoCM in Budapest http://www.damtp.cam.ac.uk/user/na/FoCM11/ and ICIAM in Vancouver http://www.iciam2011.com/ . Will there be Sage Days, booths, invited talks, anything? Best, Paul -- To post to

[sage-devel] Re: A tutorial worksheet on coercion and categories

2011-06-13 Thread Paul Leopardi
Thanks for this, Simon. A while ago (Sage Days 10 in Nancy in 2008, in fact) I said I was interested in hooking my GluCat Clifford algebra implementation into the Coercion model of Sage. Well, I suppose it is now Coercion and Categories. I already have a fairly basic Cython interface, but nothing

[sage-devel] Re: European Horizon 2020 project OpenDreamKit accepted

2015-05-20 Thread Paul Leopardi
Congratulations! -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to

[sage-devel] Two seeming inconsistencies in BooleanFunction - should I report these as bugs?

2016-07-14 Thread Paul Leopardi
Hello all, A few months ago i wrote a large SageMathCloud worksheet based on BooleanFunction, e.g. https://cloud.sagemath.com/projects/80f4c9e7-8a37-4f59-82e7-aa179ec0b652/files/public/bent-functions-duals-Cayley-graphs.sagews (This SageMathCloud worksheet is much too long, and badly needs

[sage-devel] Re: Two seeming inconsistencies in BooleanFunction - should I report these as bugs?

2016-07-17 Thread Paul Leopardi
Hi Nils, I have now done a small amount of investigation, and my results and replies are below. All the best, Paul On Thursday, 14 July 2016 8:15:35 AM AEST you wrote: > On Thursday, July 14, 2016 at 6:18:16 AM UTC-7, Paul Leopardi wrote: > > (1) You can create a BooleanFunction of 0

[sage-devel] Re: Indexing Sage external packages (was: Giving back to the community)

2016-12-13 Thread Paul Leopardi
On Tuesday, 29 November 2016 05:57:09 UTC+11, Samuel Lelievre wrote: > > Dear sage-devel, > > This is a follow-up to a discussion on sage-support [0] in which > the original poster asks a question which I will summarize as: > > Having written some amount of Sage code for a project, > how can

[sage-devel] Re: I need advice on my paper and Sage code on "Classifying bent functions by their Cayley graphs"

2017-05-14 Thread Paul Leopardi
Thanks for all of your replies, and sorry that I haven't responded up until now. I have been suffering from a cold this weekend and found it hard to concentrate. My more detailed reply to each of you will follow soon. -- You received this message because you are subscribed to the Google

[sage-devel] I need advice on my paper and Sage code on "Classifying bent functions by their Cayley graphs"

2017-05-10 Thread Paul Leopardi
Is there any interest in my further developing this code to include a database (e.g. SQL) of Cayley graph classifications? Thanks! Paul Leopardi <https://sites.google.com/site/paulleopardi/> PS. I have presented this work in stages at the University of Queensland <https://

Re: [sage-devel] I need advice on my paper and Sage code on "Classifying bent functions by their Cayley graphs"

2017-05-17 Thread Paul Leopardi
Thanks for your suggestions. For now, I have put my first draft up on arXiv as https://arxiv.org/abs/1705.04507 and will update this whenever I produce major revisions, while keeping the minor revisions in LaTeX on Github

[sage-devel] Re: I need advice on my paper and Sage code on "Classifying bent functions by their Cayley graphs"

2017-05-17 Thread Paul Leopardi
Thanks for the suggestion. I have taken a look at the web site. It looks to be more concerned with the replication of research that has already been published, rather than the publication of new research

[sage-devel] Re: I need advice on my paper and Sage code on "Classifying bent functions by their Cayley graphs"

2017-05-17 Thread Paul Leopardi
Hi Travis, Thanks for your advice. For now, I will keep the code where it is on GitHub and SageMathCloud, and concentrate on adding documentation, examples and doctests for all the functions and methods. After that, I will revisit the problem of incorporating all r some of it into Sage proper.

[sage-devel] Update on Boolean-Cayley-graphs

2017-12-09 Thread Paul Leopardi
ended Affine classes of bent functions of degree 3 in 8 dimensions are actually the same class, and evidence that 8 of the 256 bent functions that define the 8 S-boxes of CAST-128 have more symmetry than the other 248 functions do.) - Paul Leopardi, "Classifying <https://sites.g

[sage-devel] Re: I need advice on my paper and Sage code on "Classifying bent functions by their Cayley graphs"

2018-01-26 Thread Paul Leopardi
On Wednesday, 10 May 2017 22:25:13 UTC+10, Paul Leopardi wrote: > > I have just completed the first draft of a paper, "Classifying bent > functions by their Cayley graphs". > <https://www.google.com/url?q=https%3A%2F%2Fsites.google.com%2Fsite%2Fpaulleopardi%2FLeopa

[sage-devel] Second update on Boolean-Cayley-graphs

2018-10-24 Thread Paul Leopardi
An update to my previous posts . So far my

[sage-devel] Third update on Boolean-Cayley-graphs

2019-04-10 Thread Paul Leopardi
An update on my previous post . So far my project to classify bent functions by their Cayley graphs has resulted in the following. - The paper "Classifying bent

[sage-devel] Re: unable to open some sobj-files computed on earlier versions of sage with sage9.1

2020-08-20 Thread Paul Leopardi
See also https://trac.sagemath.org/ticket/30402 which relates. On Tuesday, 4 August 2020 at 05:45:46 UTC+10 Nils Bruin wrote: > Looking at the offending code (in matrix_integer_dense.pyx, line 535: > > def _unpickle(self, data, int version): > if version == 0: > if

[sage-devel] Re: unable to open some sobj-files computed on earlier versions of sage with sage9.1

2020-08-23 Thread Paul Leopardi
I applied the change suggested by Nils Bruin (above) to Sage 9.1 installed from source on Kubuntu 20.04, and it works for me. On Friday, 21 August 2020 at 11:37:36 UTC+10 Paul Leopardi wrote: > See also https://trac.sagemath.org/ticket/30402 which relates. > > > On Tuesday, 4 Augus