[top] [TitleIndex] [WordIndex]

2008/480a/projects

Project Ideas for Math 480

sage: %pdb
Automatic pdb calling has been turned ON
sage: factor(0)
---------------------------------------------------------------------------
<type 'exceptions.ArithmeticError'>       Traceback (most recent call last)

/Users/was/edu/2007-2008/sage/book/<ipython console> in <module>()
...
<type 'exceptions.ArithmeticError'>: Prime factorization of 0 not defined.
> /Users/was/build/sage-3.0.alpha1/local/lib/python2.5/site-packages/sage/rings/arith.py(1675)factor()
   1674     if n == 0:
-> 1675         raise ArithmeticError, "Prime factorization of 0 not defined."
   1676     if n == 1:

ipdb> [many cool commands are available]

>  Hello, how do i copy and paste from the sage command line in Vmware? Thanks

The command-line vmware image doesn't have copy and paste between Windows and Linux.
However, you can use putty or some other ssh client to the virtual machine as explained in 
the readme then cut and paste would work.  

This is something somebody who knew linux could easily fix by installing a minimal
graphical interface into the vmware image.  Unfortunately, I haven't
had time to do this and haven't found a volunteer. 

2013-05-11 18:32