We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Try:
sage: A = Matrix(RR,2,2,sparse=True) <type 'exceptions.TypeError'>: Unable to convert x (='None') to real number.
while
sage: A = Matrix(GF(127),2,2,sparse=True)
works.
Component: linear algebra
Issue created by migration from https://trac.sagemath.org/ticket/429
The text was updated successfully, but these errors were encountered:
Oh, Complex numbers don't work, too.
Sorry, something went wrong.
fixed for sage-2.8.2.
williamstein
No branches or pull requests
Try:
while
works.
Component: linear algebra
Issue created by migration from https://trac.sagemath.org/ticket/429
The text was updated successfully, but these errors were encountered: