Skip to content

Hom between modules over different rings #3917

@mahrud

Description

@mahrud

Currently the implementation of Hom(M, N) convert both modules to the same ring in an ambiguous way, causing incorrect results:

i1 : K = ZZ/11;

i2 : S = K[x,y];

i4 : Hom(S^1, K^1)

      1
o4 = S

o4 : S-module, free

i5 : Hom(S^1, coker vars S)

o5 = cokernel | y x |

                            1
o5 : S-module, quotient of S

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions