Hi all,
I am running SageMath version 7.3, Release Date: 2016-08-04 on a university computer.
When I try to run the code:
S = PolynomialRing(QQ, 5, "x", implementation="singular")
I get in return:
ValueError: The singular implementation is not known for multivariate polynomial rings
However, on my personal laptop, where I run version 8.1, I do not have this error. Is there anyway to fix this on 7.3 without updating, since I do not have administrator permissions. Thank you for your time!