Yes, that's the expected output, but for me sage crashes with,
sage: matrix(ZZ,3,[1..9]).hermite_form(algorithm='ntl') ## line 1883 ##
halt 2
**
On Fri, Sep 27, 2019 at 6:59 PM François Bissey
wrote:
> Is this what you expect
Is this what you expect to happen but doesn’t?
fbissey@moonloop ~ $ sage
┌┐
│ SageMath version 8.9.rc0, Release Date: 2019-09-11 │
│ Using Python 2.7.15. Type "help()" for help. │
└
Hi,
Running
matrix(ZZ,3,[1..9]).hermite_form(algorithm='ntl')
in sage from conda results in the process exiting with "halt 2" as opposed
to catching the NTL LogicError (child class of std::runtime_error) and
raising a python exception.
Any ideas on why this is?
Isuru
--
You received this mes