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
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
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
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]
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
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
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
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
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.