Search found 3 matches

Go to advanced search

by ChoF
28 Jul 2014, 09:46
Forum: Helpdesk
Topic: Problems on equal_bases()
Replies: 2
Views: 3624

Problems on equal_bases()

I've noticed that equal_bases($M1,$M2) does not work when the first matrix $M1 has the null space of zero dimension. For example, polytope > $a = new Matrix([[1,0],[0,1]]); polytope > print equal_bases($a,$a); polymake: ERROR: operator*(GenericMatrix,GenericMatrix) - dimension mismatch at /usr/local...
by ChoF
28 Jul 2014, 09:44
Forum: Helpdesk
Topic: Outer or inner normal cone?
Replies: 2
Views: 4280

Re: Outer or inner normal cone?

You are right, this is an error in the documentation of 2.13 and before. There it always computes inner normal cones. Yet this has been fixed in the 20140326 beta release . Moreover, this version lets you choose between inner and outer (but "inner" is the default). Thanks a lot. The beta ...
by ChoF
25 Jul 2014, 04:04
Forum: Helpdesk
Topic: Outer or inner normal cone?
Replies: 2
Views: 4280

Outer or inner normal cone?

Although the description of the command "normal_cone(p, v)" says that "Computes the outer normal cone of...", I noticed that the result from the command was "inner normal cone". Moreover, the 31th line in the source code "apps/polytope/src/normal_cone.cc" cont...

Go to advanced search