Skip to content

View strings differ from GAP #41

@zickgraf

Description

@zickgraf

Compare

gap> HomalgMatrix( [ 1, 0, 0, 0,  0, 1, 0, -1, -1, 0, 2, 1 ], 3, 4, HomalgFieldOfRationals( ) );
<A 3 x 4 matrix over an internal ring>

to

julia> HomalgMatrix( [ 1, 0, 0, 0,  0, 1, 0, -1, -1, 0, 2, 1 ], 3, 4, HomalgFieldOfRationals( ) )
[ 1//1   0//1   0//1    0//1]
[ 0//1   1//1   0//1   -1//1]
[-1//1   0//1   2//1    1//1]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions