Git Product home page Git Product logo

homalg_project's Issues

[CLOSED] removed unnecessary conditions in CreateHomalgMatrixFromList and HomalgM...

Issue by martin-leuner
Friday Aug 23, 2013 at 01:39 GMT
Originally opened as https://github.com/homalg-project/MatricesForHomalg/pull/8


...atrix

The second commit should be treated as a suggestion. I am not entirely sure whether these changes break any existing code, although I think they should be safe enough.


martin-leuner included the following code: https://github.com/homalg-project/MatricesForHomalg/pull/8/commits

[CLOSED] Slow LIMAT/COLEM?

Issue by mohamed-barakat
Wednesday Dec 10, 2014 at 10:46 GMT
Originally opened as https://github.com/homalg-project/MatricesForHomalg/issues/12


The following example indicates that the LIMAT/COLEM methods might be slowing down the computations:

LoadPackage( "GradedRingForHomalg" );
S := GradedRing( HomalgFieldOfRationalsInDefaultCAS( ) * "x,y,z" );
LoadPackage( "GradedModules" );
I := GradedLeftSubmodule( "x", S ) * MaximalGradedLeftIdeal( S )
     + GradedLeftSubmodule( "y^3", S );
M := FactorObject( I );
homalgIOMode( "D" );
FilteredByPurity( M );

Determinant tries to access the record entry "matrix" of a sparse matrix over an internal ring

Issue by martin-leuner
Friday Jul 25, 2014 at 09:17 GMT
Originally opened as https://github.com/homalg-project/MatricesForHomalg/issues/11


This seems to be a shared issue between Matrices and Gauss. Matrices' Determinant method does not check whether its argument is a dense matrix. Gauss does not implement Determinant at all.

gap> m := HomalgMatrix( [[1]], HomalgFieldOfRationals() );
gap> Determinant( m );
Error, Record: '.matrix' must have an assigned value in
return Determinant( Eval( C )!.matrix ); called from
DeterminantMat( C )
brk> IsIdenticalObj(C,m);
true
brk> InfoOfObject( Eval( C ) );
rec( attributes := rec( ), components := rec( entries := [ [ 1 ] ], indices := [ [ 1 ] ], ncols := 1, nrows := 1, ring := Rationals ), object := <a 1 x 1 sparse matrix over Rationals>, properties := rec( ) )

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.