GithubHelp home page GithubHelp logo

liviusi / kronecker-canonical-form Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 11.54 MB

SageMath implementation of an algorithm to calculate exactly Kronecker's canonical form.

License: MIT License

Sage 4.54% Shell 0.07% TeX 26.38% Makefile 0.05% Python 6.65% PostScript 62.31%
linear-algebra matrix-polynomials unipi bachelor-project bachelor-thesis computer-algebra sage sagemath

kronecker-canonical-form's Introduction

Kronecker's Canonical Form

SageMath implementation of an algorithm to calculate Kronecker's canonical form over an exact ring.

Setup instructions

First, it is required to clone the repository.

In order to test the code provided or include it in scripts, it is required to follow the following steps.

Setup Python on your machine; the version the algorithm has been implemented with is Python 3.10.6.

Setup SageMath on your machine and make sure Python can handle SageMath code, this should be achieved by installing the Python package sagemath

pip install sagemath

On success, the following snippet does not produce any errors.

from sage.all import *

Last, install make and the Python package pytest.

How to test

From the root of this project, run

make tests

It is also possible to get a report on the test coverage provided by the test suite.

coverage run -m pytest -v tests && coverage report -m

kronecker-canonical-form's People

Contributors

liviusi avatar

Stargazers

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