Re: [sage-support] find_root attribute error in Ubuntu 14.04

2014-07-08 Thread NahsiN
Hi, I have solved this myself. Turns out libgfortran3 library wasn't installed so I just did sudo apt-get install libgfortran3 Thanks for the help, Nishan On Tuesday, 8 July 2014 01:51:00 UTC-4, Jan Groenewald wrote: > > Hi > > I cannot reproduce this: > sage: import numpy.core.numeric as NX > s

Re: [sage-support] find_root attribute error in Ubuntu 14.04

2014-07-07 Thread Jan Groenewald
Hi I cannot reproduce this: sage: import numpy.core.numeric as NX sage: phi = var('phi') sage: find_root(cos(phi)==sin(phi),0,pi/2) 0.7853981633974484 sage: Maybe something is wrong with your installation? Regards, Jan On 8 July 2014 05:38, NahsiN wrote: > Hello, I just downloaded the binary

[sage-support] find_root attribute error in Ubuntu 14.04

2014-07-07 Thread NahsiN
Hello, I just downloaded the binary of Sage 6.2 for Ubuntu 14.04 64-bit. While going through the tutorial, find_root does not work. sage: phi = var('phi') sage: find_root(cos(phi)==sin(phi),0,pi/2) --- AttributeError