[sage-devel] Re: Finite dimensional algebra generated by matrices

2022-06-12 Thread 'Travis Scrimshaw' via sage-devel
Yes, you have. To better integrate it into Sage, I would expand the existing functionality of FiniteDimensionalAlgebra (and ideally it would do the basis and multiplication table lazily) . This class would likely need some additional work to get it to do what you eventually want, but it would m

Re: [sage-devel] Developing in Sage for high school math education

2022-06-12 Thread Tanmay Kulkarni
Hello TB, Thank you so much for the detailed response - these links are really helpful! I had a few follow-up questions: - If I do stumble onto documentation that lacks usage examples, how would I go about adding examples? - Is it possible to write more thematic tutorials for Sage or w

Re: [sage-devel] Developing in Sage for high school math education

2022-06-12 Thread TB
Hello Tanmay, On 11/06/2022 6:16, Tanmay Kulkarni wrote: Hello all, My name is Tanmay Kulkarni and I am a rising sophomore. I have also been taking several extracurricular math classes with Squares & Cubes on things li

[sage-devel] Re: Vector power operator not implemented

2022-06-12 Thread Nils Bruin
On Saturday, 11 June 2022 at 11:09:45 UTC-7 erent...@gmail.com wrote: > sage -c "vector([1,2,3])^2" returns with a NotImplementedError, when in > other mathematics software, the same expression will operate element-wise. > > python: > >>> import numpy; numpy.array([1,2,3])**2 > array([1, 4, 9]

Re: [sage-devel] Sage compilation

2022-06-12 Thread Dima Pasechnik
texinfo is not necessary. Just try make build On Sun, 12 Jun 2022, 15:48 David Kohel, wrote: > This still gave the same error. If I instead deactivate conda, I get > further, but > with the homebrew installation it fails to find texinfo: > > configure: > > hint: installing the following

Re: [sage-devel] Re: Developing for Sage without running "./sage -br" too often?

2022-06-12 Thread Dima Pasechnik
On Sun, 12 Jun 2022, 14:13 Jing Guo, wrote: > Thank you, Matthias. > > After using this, I typed and ran "./sage -br" and for some reason it > could not build... So I run "make" again and am waiting for it to finish. > make build will be enough - unless you want to test docs build too > 在202

[sage-devel] Re: Developing for Sage without running "./sage -br" too often?

2022-06-12 Thread Jing Guo
Thank you, Matthias. After using this, I typed and ran "./sage -br" and for some reason it could not build... So I run "make" again and am waiting for it to finish. 在2022年6月12日星期日 UTC+8 02:05:18 写道: > Use "./configure --enable-editable" > > > https://wiki.sagemath.org/ReleaseTours/sage-9.3#Edit

Re: [sage-devel] Sage compilation

2022-06-12 Thread Dima Pasechnik
On Sun, Jun 12, 2022 at 1:23 PM David Kohel wrote: > > I'm been unable to compile Sage on my MacOS laptop (Monterrey, x86 intel) > > I've tried installing all homebrew packages requested, but it tends to > still not > find them (path problem?). I switched to using conda, following the > direction

[sage-devel] Sage compilation

2022-06-12 Thread David Kohel
I'm been unable to compile Sage on my MacOS laptop (Monterrey, x86 intel) I've tried installing all homebrew packages requested, but it tends to still not find them (path problem?).  I switched to using conda, following the directions here: https://doc.sagemath.org/html/en/installation/conda.