Ask Your Question

klaaa's profile - activity

2025-10-11 16:36:04 +0100 marked best answer Obtaining a Lie algebra from a list of matrices

Given a finite list W of nilpotent matrices in Sage. How can I obtain the Lie algebra L generated by those matrices in W? And how can I find the vector space dimension and test whether L is simple using Sage? I googled a bit and found the command:

L=LieAlgebra(associative=[M, N])

here [M,N] is a list of two matrices. It works to give me a Lie algebra, but then nearly no command works to find the dimension of L (I guess it is somehow in the wrong category?)

2025-10-10 21:43:31 +0100 received badge  Nice Question (source)
2025-10-10 01:17:24 +0100 edited question Obtaining a Lie algebra from a list of matrices

Obtaining a Lie algebra from a list of matrices Given a finite list W of nilpotent matrices in Sage. How can I obtain th

2025-10-10 01:12:31 +0100 asked a question Obtaining a Lie algebra from a list of matrices

Obtaining a Lie algebra from a list of matrices Given a finite list W of nilpotent matrices in Sage. How can I obtain th

2025-10-10 01:10:01 +0100 received badge  Popular Question (source)
2025-05-25 22:22:37 +0100 edited question Exterior face ring via Sage

Exterior face ring via Sage Let F be a field and let K be a finite simplicial complex, then the face algebra R of K is t

2025-05-15 00:18:31 +0100 asked a question Obtaining Betti numbers in Sage

Obtaining Betti numbers in Sage Let $A$ be a commutative finite dimensional $K$-algebra over a field $K$ that is local o

2025-04-27 02:09:33 +0100 answered a question Exterior face ring via Sage

With some help of ChatGPT it seems to work now, see the code below. But there is a problem remaining: The output U does

2025-04-27 01:23:46 +0100 commented question Exterior face ring via Sage

It seems there is a problem with the multiplication in the exterior algebra.

2025-04-27 01:22:11 +0100 commented question Exterior face ring via Sage

Thank you. I tried to modify the code but got an error. Here my attempt: def extfacealgbasering(self, base_ring):

2025-04-23 09:22:40 +0100 asked a question Exterior face ring via Sage

Exterior face ring via Sage Let $K$ be a finite simplicial complex, then the face ring of K is the ring $A/I$ where $A$

2025-03-03 13:39:43 +0100 received badge  Notable Question (source)
2025-03-03 13:39:43 +0100 received badge  Popular Question (source)
2025-02-05 19:56:08 +0100 received badge  Popular Question (source)
2025-02-05 19:56:08 +0100 received badge  Notable Question (source)
2025-02-05 19:54:45 +0100 received badge  Popular Question (source)
2025-02-03 21:45:10 +0100 received badge  Notable Question (source)
2025-02-03 21:45:10 +0100 received badge  Popular Question (source)
2025-02-03 18:56:32 +0100 received badge  Popular Question (source)
2025-02-03 18:56:32 +0100 received badge  Notable Question (source)
2025-01-31 19:24:20 +0100 received badge  Popular Question (source)
2025-01-30 21:33:22 +0100 received badge  Notable Question (source)
2025-01-30 21:33:22 +0100 received badge  Popular Question (source)
2025-01-30 21:10:47 +0100 received badge  Popular Question (source)
2025-01-30 17:25:57 +0100 received badge  Notable Question (source)
2025-01-30 17:25:57 +0100 received badge  Popular Question (source)
2025-01-27 16:32:35 +0100 received badge  Popular Question (source)
2025-01-08 16:04:35 +0100 received badge  Popular Question (source)
2024-12-31 22:27:38 +0100 received badge  Popular Question (source)
2024-10-26 12:01:21 +0100 received badge  Nice Question (source)
2024-10-10 17:22:59 +0100 commented question Obtaining a finite dimensional algebra associated to Lie algebras in QPA

It might also be useful to have this algebra in Sage, but Im not very experienced with analysing algebras in Sage.

2024-10-10 17:22:52 +0100 commented question Obtaining a finite dimensional algebra associated to Lie algebras in QPA

But it might also be useful to have this algebra in Sage, but Im not very experienced with analysing algebras in Sage.

2024-10-10 17:21:50 +0100 commented question Obtaining a finite dimensional algebra associated to Lie algebras in QPA

Sage has the needed data on semisimple Lie algebras I think, for example to get a nice basis with known multiplication t

2024-10-10 16:05:17 +0100 commented question Obtaining a finite dimensional algebra associated to Lie algebras in QPA

It is about presenting it for QPA. Getting the algebra inside Sage might be not so useful as GAP and QPA have more comma

2024-10-09 14:25:25 +0100 edited question Obtaining a finite dimensional algebra associated to Lie algebras in QPA

Obtaining a finite dimensional algebra associated to Lie algebras in QPA Let g be a finite dimensional semisimple Lie al

2024-10-09 14:23:56 +0100 edited question Obtaining a finite dimensional algebra associated to Lie algebras in QPA

Obtaining a finite dimensional algebra associated to Lie algebras in QPA Let g be a finite dimensional semisimple Lie al

2024-10-09 14:23:03 +0100 asked a question Obtaining a finite dimensional algebra associated to Lie algebras in QPA

Obtaining a finite dimensional algebra associated to Lie algebras in QPA Let g be a finite dimensional semisimple Lie al

2024-09-04 18:12:18 +0100 received badge  Famous Question (source)
2024-09-04 18:12:18 +0100 received badge  Notable Question (source)
2024-09-03 10:47:46 +0100 received badge  Popular Question (source)
2024-08-10 05:08:40 +0100 received badge  Notable Question (source)
2024-07-22 20:49:55 +0100 received badge  Notable Question (source)
2024-06-19 23:00:27 +0100 received badge  Popular Question (source)
2024-04-14 12:52:06 +0100 received badge  Popular Question (source)
2024-02-09 13:53:17 +0100 commented answer Obtaining mutation class of a quiver in Sage with Sage

Thank you very much again! I noted that there is an error for E7: Q = ClusterQuiver(['E',7]) Ts = Q.mutation_class() g

2024-02-09 13:51:58 +0100 commented answer Obtaining mutation class of a quiver in Sage with Sage

Thank you very much again! A last small question: Is there an easy command to filter out those quivers, which are not ac

2024-02-09 09:24:32 +0100 commented answer Obtaining mutation class of a quiver in Sage with Sage

Thank you very much. The first way works in the sage online cell, while the second outputs nothing (I dont know why). Bu

2024-02-09 07:31:19 +0100 asked a question Obtaining mutation class of a quiver in Sage with Sage

Obtaining mutation class of a quiver in Sage with Sage Given a quiver $Q$ of finite mutation class (such as a Dynkin qui

2023-10-14 11:44:34 +0100 marked best answer Generating a certain list of non-commuting polynomials with Sage

I have a set of variables $x_1,...,x_n$ and $y_1,...,y_m$ for $n,m >=1$.

Now I can build all quadratic monomials of the form $x_i y_j$ and $y_j x_i$ (but we do not have $x_i y_j= y_j x_i$ as we calcualte in the non-commutative polynomial ring). But something like $x_i x_j$ is not allowed as after an $x_i$ there must come an $y_j$ and after an $y_i$ there must come an $x_i$.

Now I want with Sage the list of all possible relations of the form $w_1 \pm w_2 \pm w_3 \cdots$ such that all $w_i$ are different quadratic relations that all start either with a $x_i$ or a $y_j$.

For example for $n=2$ and $m=1$, possible relations are (I hope I did not forget any relation) : $x_1 y_1, x_1 y_1-x_2 y_2, x_1 y_2 + x_2 y_2 , x_2 y_1,y_1 x_1, y_1 x_2, y_1 x_1 - y_1 x_2 , y_1x_1+y_1 x_2$.

I am not sure how to do this in an easy way with Sage, but maybe someone knows a simple trick.

Thanks for any help.