GKZid not working
hoffman · Mon Jul 09, 2012 11:37 pm
> LIB "ncalg.lib";
> intmat A[3][4]=1,1,1,1,3,0,1,0, 0, 3, 1, 0;
> print(A);
1 1 1 1
3 0 1 0
0 3 1 0
> def D1 = GKZsystem(A,"lp","ect");
// characteristic : 0
// 3 parameter : b(1) b(2) b(3)
// minpoly : 0
// number of vars : 8
// block 1 : ordering a
// : names x(1) x(2) x(3) x(4)
// : weights 0 0 0 0
// block 2 : ordering lp
// : names x(1) x(2) x(3) x(4) d(1) d(2) d(3) d(4)
// block 3 : ordering C
// noncommutative relations: ...
> print(GKZid);
`GKZid`
> GKZid[1];
? `GKZid` is not defined
? error occurred in STDIN line 6: `GKZid[1];`
> intmat A[3][4]=1,1,1,1,3,0,1,0, 0, 3, 1, 0;
> print(A);
1 1 1 1
3 0 1 0
0 3 1 0
> def D1 = GKZsystem(A,"lp","ect");
// characteristic : 0
// 3 parameter : b(1) b(2) b(3)
// minpoly : 0
// number of vars : 8
// block 1 : ordering a
// : names x(1) x(2) x(3) x(4)
// : weights 0 0 0 0
// block 2 : ordering lp
// : names x(1) x(2) x(3) x(4) d(1) d(2) d(3) d(4)
// block 3 : ordering C
// noncommutative relations: ...
> print(GKZid);
`GKZid`
> GKZid[1];
? `GKZid` is not defined
? error occurred in STDIN line 6: `GKZid[1];`