Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Gap3 interface confuses variable names?

Running

gap3('4', name = 'x')
gap3('5', name = 'y')
gap3('6', name = 'z')

followed up by

gap3('x')
gap3('y')
gap3('z')
gap3('x')

yields

4
5
6
6

instead of 4,5,6,4. Is this a bug or am I doing this wrong?

Gap3 interface confuses variable names?

Running

gap3('4', name = 'x')
gap3('5', name = 'y')
gap3('6', name = 'z')

followed up by

gap3('x')
gap3('y')
gap3('z')
gap3('x')

yields

4
5
6
6

instead of 4,5,6,4. Is this a bug or am I doing this wrong?

Update: I've tried it on a different computer (which uses a slightly older version of Sage) and did not have any issues there. I'm running the latest version of Sage here; any idea what might be causing this?

Gap3 interface confuses variable names?

Running

gap3('4', name = 'x')
gap3('5', name = 'y')
gap3('6', name = 'z')

followed up by

gap3('x')
gap3('y')
gap3('z')
gap3('x')

yields

4
5
6
6

instead of 4,5,6,4. Is this a bug or am I doing this wrong?

Update: I've tried it on a different computer (which uses a slightly older version of Sage) and did not have any issues there. I'm running the latest version of Sage here; any idea what might be causing this?

Update2: I'm experiencing the exact same problem on the other computer, when running slightly more complicated code.

Gap3 interface confuses variable names?

Running

gap3('4', name = 'x')
gap3('5', name = 'y')
gap3('6', name = 'z')

followed up by

gap3('x')
gap3('y')
gap3('z')
gap3('x')

yields

4
5
6
6

instead of 4,5,6,4. Is this a bug or am I doing this wrong?

Update: I've tried it on a different computer (which uses a slightly older version of Sage) and did not have any issues there. I'm running the latest version of Sage here; any idea what might be causing this?

Update2: I'm experiencing the exact same problem on the other computer, when running slightly more complicated code.

Bug: Gap3 interface confuses variable names?names

Running

gap3('4', name = 'x')
gap3('5', name = 'y')
gap3('6', name = 'z')

followed up by

gap3('x')
gap3('y')
gap3('z')
gap3('x')

yields

4
5
6
6

instead of 4,5,6,4. Is this a bug or am I doing this wrong?

Update: I've tried it on a different computer (which uses a slightly older version of Sage) and did not have any issues there. I'm running the latest version of Sage here; any idea what might be causing this?

Update2: I'm experiencing the exact same problem on the other computer, when running slightly more complicated code.

Bug: Gap3 interface confuses variable namesvariables

Running

gap3('4', name = 'x')
gap3('5', name = 'y')
gap3('6', name = 'z')

followed up by

gap3('x')
gap3('y')
gap3('z')
gap3('x')

yields

4
5
6
6

instead of 4,5,6,4. Is this a bug or am I doing this wrong?

Update: I've tried it on a different computer (which uses a slightly older version of Sage) and did not have any issues there. I'm running the latest version of Sage here; any idea what might be causing this?

Update2: I'm experiencing the exact same problem on the other computer, when running slightly more complicated code.code: the gap3 interface seems to randomly assign outputs to preset variables.

Bug: Gap3 interface confuses variables

Running

gap3('4', name = 'x')
gap3('5', name = 'y')
gap3('6', name = 'z')

followed up by

gap3('x')
gap3('y')
gap3('z')
gap3('x')

yields

4
5
6
6

instead of 4,5,6,4. Is this a bug or am I doing this wrong?

Update: I've tried it on a different computer (which uses a slightly older version of Sage) and did not have any issues there. I'm running the latest version of Sage here; any idea what might be causing this?

Update2: I'm experiencing the exact same problem on the other computer, when running slightly more complicated code: the gap3 interface seems to randomly assign outputs to preset variables.override its variables with other outputs.