Konrad Schrempf reports the following bug:

(1) -> A := matrix([[0]])$Matrix(DFLOAT)

   (1)  [0.0]
                                                    Type: Matrix(DoubleFloat)
(2) -> rowEchelon(A)

   (2)  [0.0]
                                                    Type: Matrix(DoubleFloat)
(3) -> A := matrix([[-0$DFLOAT]])

   (3)  [-0.0]
                                                    Type: Matrix(DoubleFloat)

(4) -> rowEchelon(A)

   >> Error detected within library code:
   not invertible

(5) -> zero?(-0$DFLOAT)

   (5)  true
                                                                Type: Boolean
(6) -> zero?(0$DFLOAT)

   (6)  true
                                                                Type: Boolean
(7) -> (-0$DFLOAT ~= 0$DFLOAT)@Boolean

   (7)  true

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to