Skip to content

Commit 856d964

Browse files
enhanced README
following Michael's suggestion: JuliaRegistries/General#122444 (comment)
1 parent 4034138 commit 856d964

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed

CITATION.bib

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,37 @@ @uni-siegen.de>
66
year = {2025},
77
month = {1}
88
}
9+
10+
@article {BR,
11+
AUTHOR = {Barakat, Mohamed and Robertz, Daniel},
12+
TITLE = {$\mathtt{homalg}$ -- {A} meta-package for homological algebra},
13+
JOURNAL = {J. Algebra Appl.},
14+
FJOURNAL = {Journal of Algebra and its Applications},
15+
VOLUME = {7},
16+
YEAR = {2008},
17+
NUMBER = {3},
18+
PAGES = {299--317},
19+
ISSN = {0219-4988},
20+
MRCLASS = {16E30 (16-04)},
21+
MRNUMBER = {2431811 (2009f:16010)},
22+
MRREVIEWER = {Mikael Vejdemo Johansson},
23+
DOI = {10.1142/S0219498808002813},
24+
URL = {https://dx.doi.org/10.1142/S0219498808002813},
25+
note = {(\href{http://arxiv.org/abs/math.AC/0701146}{\texttt{arXiv:math.AC/0701146}})},
26+
}
27+
28+
@article{BL,
29+
AUTHOR = {Barakat, Mohamed and Lange-Hegermann, Markus},
30+
keywords = {BarakatReviewed},
31+
TITLE = {An axiomatic setup for algorithmic homological algebra and an alternative approach to localization},
32+
JOURNAL = {J.~Algebra Appl.},
33+
FJOURNAL = {Journal of Algebra and its Applications},
34+
VOLUME = {10},
35+
YEAR = {2011},
36+
NUMBER = {2},
37+
PAGES = {269--293},
38+
MRCLASS = {18E10 (18E25)},
39+
MRNUMBER = {2795737 (2012f:18022)},
40+
DOI = {10.1142/S0219498811004562},
41+
URL = {https://dx.doi.org/10.1142/S0219498811004562},
42+
}

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- BEGIN HEADER -->
12
# MatricesForHomalg
23

34
### Matrices for the homalg project
@@ -7,6 +8,35 @@
78
[![Build Status](https://github.com/homalg-project/MatricesForHomalg.jl/actions/workflows/Tests.yml/badge.svg?branch=main)](https://github.com/homalg-project/MatricesForHomalg.jl/actions/workflows/Tests.yml?query=branch%3Amain)
89
[![Coverage](https://codecov.io/gh/homalg-project/MatricesForHomalg.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/homalg-project/MatricesForHomalg.jl)
910

11+
<!-- END HEADER -->
12+
13+
This package implements the homalg matrix interface in Julia. The
14+
corresponding GAP package [MatricesForHomalg][MatricesForHomalg] is
15+
used by the projects:
16+
17+
* [homalg project][homalg project],
18+
* [CAP project][CAP project],
19+
* [CategoricalTowers][CategoricalTowers],
20+
* [HigherHomologicalAlgebra][HigherHomologicalAlgebra].
21+
22+
We are gradually creating Julia-versions of the various GAP packages
23+
in these projects and many of them will rely on this package.
24+
25+
The current version only supports matrices over $\mathbb{Z}$ and
26+
$\mathbb{Q}$. Matrices over [Bézout domains][Bézout domains] will be
27+
supported next. Future versions should cover the full functionality of
28+
the GAP package [MatricesForHomalg][MatricesForHomalg] by supporting
29+
matrices over so-called computable rings [[BR][BR], [BL][BL]].
30+
1031
## Citing
1132

1233
See [`CITATION.bib`](CITATION.bib) for the relevant reference(s).
34+
35+
[MatricesForHomalg]: https://homalg-project.github.io/pkg/MatricesForHomalg/
36+
[CAP project]: https://homalg-project.github.io/prj/CAP_project/
37+
[homalg project]: https://homalg-project.github.io/prj/homalg_project/
38+
[CategoricalTowers]: https://homalg-project.github.io/prj/CategoricalTowers/
39+
[HigherHomologicalAlgebra]: https://homalg-project.github.io/prj/HigherHomologicalAlgebra/
40+
[Bézout domains]: https://ncatlab.org/nlab/show/B%C3%A9zout+domain
41+
[BR]: https://arxiv.org/abs/math/0701146
42+
[BL]: https://arxiv.org/abs/1003.1943

0 commit comments

Comments
 (0)