Ask Your Question

Diego99's profile - activity

2024-02-29 05:58:56 +0200 received badge  Famous Question (source)
2023-10-11 19:21:11 +0200 received badge  Notable Question (source)
2023-04-11 11:23:39 +0200 asked a question Dimension of irreducible representations of a group

Dimension of irreducible representations of a group It is possible to obtain the dimensions of all irreducible represent

2023-04-10 10:57:48 +0200 asked a question Character table of a semidirect product

Character table of a semidirect product I am trying to find the character table of a semidirect product of two group wit

2022-10-30 14:23:26 +0200 received badge  Popular Question (source)
2022-07-13 18:40:34 +0200 asked a question Restricting Characters on Sage

Restricting Characters on Sage I am using Sage to obtain the character table of different permutation groups using the c

2022-05-23 17:15:10 +0200 commented answer Solve equation of matrices over integers

I think that is not working. Consider for example the following easy example: M = matrix(ZZ, [[0,1],[0,0]]) r = matrix(

2022-05-23 17:14:29 +0200 commented answer Solve equation of matrices over integers

I think that is not working. Consider for example the following easy example: M = matrix(ZZ, [[0,1],[0,0]]) r = matri

2022-05-23 17:12:42 +0200 commented answer Solve equation of matrices over integers

I think that this is not working. I want to know if the row vector r is the integer span of the rows of M. Do I need to

2022-05-23 17:01:13 +0200 commented answer Solve equation of matrices over integers

Sorry for not pointing that out before. Should then something like this give me what I desire? from sage.modules.free_m

2022-05-23 17:00:55 +0200 commented answer Solve equation of matrices over integers

Sorry for not pointing that out before. Should then something like this give me what I desire? from sage.modules.free_m

2022-05-23 17:00:32 +0200 commented answer Solve equation of matrices over integers

Sorry for not pointing that out before. Should then something like this give me what I desire? from sage.modules.free_m

2022-05-23 16:59:59 +0200 commented answer Solve equation of matrices over integers

Sorry for not pointing that out before. Should then something like this give me what I desire? from sage.modules.free_m

2022-05-23 16:59:33 +0200 commented answer Solve equation of matrices over integers

Sorry for not pointing that out before. Should then something like this give me what I desire? from sage.modules.free_m

2022-05-23 11:30:06 +0200 commented answer Solve equation of matrices over integers

Okey. Thanks a lot. This part of the code of a small bit of a larger code that produces lots of integer matrices with a

2022-05-22 10:59:01 +0200 commented answer Solve equation of matrices over integers

Hi, Thanks a lot for this. I implemented this in my code and now everything works as I wanted. I just have some small q

2022-05-22 10:48:45 +0200 marked best answer Solve equation of matrices over integers

Hi,

I have a matrix M and a vector r both over the integers and I want to solve the equation $ v*M = r $ over the integers. I know that there is the command v = M.solve_left(r) to a vector $v$ satisfying the equation. But how can I force it to be a vector over $\mathbb{Z}$?

2022-05-22 10:48:45 +0200 received badge  Scholar (source)
2022-05-22 10:48:35 +0200 commented answer Solve equation of matrices over integers

Hi, Thanks a lot for this. I implemented this in my code and now everything works as I wanted. I just have some small q

2022-05-20 16:22:10 +0200 commented question Solve equation of matrices over integers

My input is the following: M = matrix(ZZ, [[0,0,1,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,1,1,1], [0,0,0,1,1,0,1,1,1,1,1

2022-05-20 16:20:23 +0200 commented question Solve equation of matrices over integers

I can now define $v2=r - 44*v1$. This is an integer vector satisfying the equation.

2022-05-20 16:18:55 +0200 commented question Solve equation of matrices over integers

My input is the following: M = matrix(ZZ, [[0,0,1,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,1,1,1], [0,0,0,1,1,0,1,1,1,1,1

2022-05-20 16:18:33 +0200 commented question Solve equation of matrices over integers

My input is the following: M = matrix(ZZ, [[0,0,1,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,1,1,1], [0,0,0,1,1,0,1,1,1,1,1

2022-05-20 16:18:18 +0200 commented question Solve equation of matrices over integers

My input is the following: $M = matrix(ZZ, [[0,0,1,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,1,1,1], [0,0,0,1,1,0,1,1,1,1,

2022-05-20 16:17:57 +0200 commented question Solve equation of matrices over integers

My input is the following: M = matrix(ZZ, [[0,0,1,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,1,1,1], [0,0,0,1,1,0,1,1,1,1,1

2022-05-20 16:17:45 +0200 commented question Solve equation of matrices over integers

My input is the following: M = matrix(ZZ, [[0,0,1,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,1,1,1], [0,0,0,1,1,0,1,1,1,1,1

2022-05-20 13:20:11 +0200 commented question Solve equation of matrices over integers

I have a particular case with a matrix M and a vector r defined both over the integers and an integer vector v solving t

2022-05-20 13:10:27 +0200 commented question Solve equation of matrices over integers

I have a particular case where there is a vector over the integers solving this equation, but I get a vector with fracti

2022-05-20 13:07:32 +0200 asked a question Solve equation of matrices over integers

Solve equation of matrices over integers Hi, I have a matrix M and a vector r both over the integers and I want to solv