Ask Your Question

vnb's profile - activity

2021-12-03 00:03:14 +0200 asked a question segmentation fault when find gcd of fraction and sqrt

segmentation fault when find gcd of fraction and sqrt sage: (3/2).gcd(sqrt(2)) ----------------------------------------

2021-12-03 00:03:14 +0200 asked a question gcd sometimes works, sometimes throws an error

gcd sometimes works, sometimes throws an error sage: a = 1/(x-1/x) sage: b = 1/(x-1/x)/x sage: a.gcd(b) Sometimes I