Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/semigroups/gap/semigroups/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 29.7.2025 mit Größe 782 B image not shown  

Quelle  semiringmat.gi   Sprache: unbekannt

 
Untersuchungsergebnis.gi Download desUnknown {[0] [0] [0]}zum Wurzelverzeichnis wechseln

############################################################################
##
##  semigroups/semiringmat.gi
##  Copyright (C) 2015-2022                              James D. Mitchell
##
##  Licensing information can be found in the README file of this package.
##
#############################################################################
##

# This file contains methods for semigroups of matrices over semirings.

InstallMethod(SemigroupViewStringSuffix,
"for a matrix over semiring semigroup with generators",
[IsMatrixOverSemiringSemigroup],
function(S)
  local n, type;
  n    := DimensionOfMatrixOverSemiring(Representative(S));
  type := SEMIGROUPS_TypeViewStringOfMatrixOverSemiring(Representative(S));
  return StringFormatted("{1}x{1} {2} matrices ", n, type);
end);

[ zur Elbe Produktseite wechseln0.78Quellennavigators  ]