login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for #174 (1 . failed) cannot be coerced to mode (Integer) in TriangularMatrixOperations revision 1 of 1

1
Editor:
Time: 2007/11/17 22:02:33 GMT-8
Note: property change

changed:
-
a:=matrix ([[1,2],[0,9]])
inverse(a)
)expose TriangularMatrixOperations
UpTriBddDenomInv(a,9)
UpTriBddDenomInv(a,7)
a:=transpose(a)
inverse(a)
LowTriBddDenomInv(a,9)
LowTriBddDenomInv(a,7)

Submitted by : (unknown) at: 2007-11-17T22:02:33-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

a:=matrix ([[1,2],[0,9]]?) inverse(a) )expose TriangularMatrixOperations? UpTriBddDenomInv?(a,9) UpTriBddDenomInv?(a,7) a:=transpose(a) inverse(a) LowTriBddDenomInv?(a,9) LowTriBddDenomInv?(a,7)