Giter VIP home page Giter VIP logo

diploma-algorithms-in-representation-theory's Introduction

Algorithms in Representation Theory

This thesis deals with implementation of algorithm for computation of generator of almost split sequences ending at an indecomposable nonprojective module of path algebra over finite quiver. Algorithm is implemented in algebra system GAP (Groups, Algorithms, Programming) with additional package QPA (Quivers and Path Algebras).

Department of Algebra, Faculty of Mathematics and Physics, Charles University
Author: Marek Trunkát, Supervisor: RNDr. Jan Šťovíček, Ph.D., Department of Algebra

How to run

Prerequisites

  1. Install GAP following this tutorial http://www.gap-system.org/Download/index.html
  2. Install QPA package pas described at http://www.math.ntnu.no/~oyvinso/QPA/

Execution

  1. Run GAP
  2. Load QPA package via LoadPackage("QPA");
  3. Copy whole src/code/algorithm.g to command line to register AlmostSplitSequence2 function along with other helper functions.
  4. Now you can use this function to compute a generator of DTr(X) → E → X:
K := Rationals;
Q := Quiver(3, [[1, 2, "a"], [2, 3, "b"],[1, 3, "c"]]);
KQ := PathAlgebra(K,Q);
A := KQ;
matrices := [ ["a", [[1,0,0],[0,1,0]]], 
              ["b", [[0,1],[1,0],[0,1]]], 
              ["c", [[0,0],[1,0]]] ];
mX := RightModuleOverPathAlgebra(A,matrices);

E := AlmostSplitSequence2( mX );

To compute just an E module add following line:

E := Range(E[1]);

diploma-algorithms-in-representation-theory's People

Contributors

mtrunkat avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.