Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maxtrix groups over RR don't get pushed off to GAP properly #275

Closed
bobmoretti mannequin opened this issue Feb 21, 2007 · 2 comments
Closed

Maxtrix groups over RR don't get pushed off to GAP properly #275

bobmoretti mannequin opened this issue Feb 21, 2007 · 2 comments

Comments

@bobmoretti
Copy link
Mannequin

bobmoretti mannequin commented Feb 21, 2007

sage: G = SL(2, CC)
sage: G.gens()

TypeError: Gap produced error output
Variable: 'Complex' must have a value

Syntax error: ) expected
$sage17:=SL(2, Complex Field with 53 bits of precision);;
                           ^

   executing $sage17:=SL(2, Complex Field with 53 bits of precision);;

Component: interfaces

Keywords: matrix groups

Issue created by migration from https://trac.sagemath.org/ticket/275

@williamstein
Copy link
Contributor

comment:1

NOTE -- Gap doesn't have a notion of floating point numbers -- so the correct behavior here is to give a good error message.

@williamstein
Copy link
Contributor

comment:3

fixed for sage-2.8.2

@williamstein williamstein added this to the sage-2.8.2 milestone Aug 18, 2007
tobiasdiez pushed a commit to tobiasdiez/sage that referenced this issue Feb 22, 2024
* Fix generate recipe using github and fix maintainers

* Fix tag name
mkoeppe added a commit to mkoeppe/sage that referenced this issue Nov 11, 2024
Add `# needs sage.libs.giac`, from sagemath#38686 by @orlitzky, cherry picked
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant