Message Boards Message Boards

0
|
1942 Views
|
4 Replies
|
1 Total Likes
View groups...
Share
Share this post:

Computing classification, isomorphims, ..., of associative algebras using structure constants

Posted 11 months ago

Hello everybody
Maybe someone can help me out here.
Let (e1,e2,.....e_n) a base of associative algebra A.
We identify the * of A with its structure constants C[i,j][k] we obtain the following polynomial equation system.

I'm trying with Mathematica programs to compute classification, isomorphims, derivations, cocycle, orbit of associative algebras using structure constants C[i,j][k]

Best regards
Bouzid

Attachment

Attachments:
POSTED BY: Bouzid Mosbahi
4 Replies
Posted 3 months ago

Hello everybody
Maybe someone can help me out here.
I'm trying with Mathematica to compute derivations using structure constants C[i,j][k]. Please How I can write correct and simply this mathematica coding to obtain the same matrices of the derivations of low dimensional associative algebras (See attachment above).

n = 2;
CC = Flatten[Table[c[i, j][k], {i, n}, {j, n}, {k, n}]]
DD = Table[a[i, j], {i, n}, {j, n}]
For[i = 1, i <= n, i++, 
 For[j = 1, j <= n, j++, For[k = 1, k <= n, k++, c[i, j][k] = 0]]]
c[1, 1][2] = 1; 
Der[i_, j_, m_] := \!\(
\*UnderoverscriptBox[\(\[Sum]\), \(k = 
    1\), \(n\)]\((\(c[i, j]\)[k] a[m, k] - \(c[k, j]\)[m] a[k, 
      j] - \(c[i, k]\)[m] a[k, j])\)\)
DerSyst = 
 Union[Flatten[Table[Simplify[Der[i, j, m]], {i, n}, {j, n}, {m, n}]]]
System = {DerSyst}
Sol = Reduce[System == 0, Variables[System]]

Best regards
Bouzid

POSTED BY: Bouzid Mosbahi

Welcome to Wolfram Community!
Please provide your efforts in the form of the Wolfram Language code. This will make it easier for other members to help you. Check several methods available to include your code in the rules http://wolfr.am/READ-1ST

POSTED BY: EDITORIAL BOARD
Posted 11 months ago

Thank you very much Mr. Daniel please find the attached below

Attachment

Attachment

Attachment

Attachment

Attachment

POSTED BY: Bouzid Mosbahi

Please provide a concrete example of a problem you wish to solve. For example, a pair of such algebras for which you want to check isomorphism. Also you might want to state what you have in mind for derivations.

POSTED BY: Daniel Lichtblau
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract