Skip to content

Conversation

thofma
Copy link
Owner

@thofma thofma commented Aug 22, 2025

Example:

julia> M = Hecke.embedded_module(ZZ, QQ[1 2//3; 3 4]);

julia> N = Hecke.embedded_module(ZZ, QQ[0 1; 0 0]);

julia> intersect(M, N)
Embedded module over Integer ring with generator matrix
[0   -2]
[0    0]

@@ -935,7 +935,9 @@ function _intersect_modules(BM::QQMatrix, BN::QQMatrix)
BMint = numerator(d * BM)
BNint = numerator(d * BN)
H = vcat(BMint, BNint)
@info H
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

info not vprint?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants