Opened 9 years ago

Closed 9 years ago

#745 closed bug (fixed)

bigintmat * intmat = intmat

Reported by: ren Owned by: somebody
Priority: minor Milestone: 4-1-0 and higher
Component: dontKnow Version: 4-0-2
Keywords: Cc:

Description

                     SINGULAR                                 /  Development
 A Computer Algebra System for Polynomial Computations       /   version 4.0.2
                                                           0<
 by: W. Decker, G.-M. Greuel, G. Pfister, H. Schoenemann     \   Feb 2015
FB Mathematik der Universitaet, D-67653 Kaiserslautern        \
> bigint n=2;
> n = n^90;
> bigintmat A[1][1]=n;
> intmat B[1][1]=1;
> typeof(A*B);
intmat
> A*B;
0

Change History (1)

comment:1 Changed 9 years ago by hannes

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.