On the scroll part: I think it is my error.
My eyes are trained to look for closing end if and some sort of end of function indicator. So I assumed there is more code to follow since I saw an 'if' and no closing for the 'if' After I posted this, I realized that the listing is all there is, and this is, like, pyhton, duh, and it has no end if, and end def, but uses indentation to indicate the structure of the code. silly me. I find it nice that one can list the source code. --Nasser > I also find it strange that I could not use wild card for searching, I > keep forgetting name of commands. It would nice if one in sage can > write > > *solve*? > > No object '' currently defined. > > to get listing of all functions in which the word 'solv' is in its > name, as I can do in Mathematica: > > *solve*? > > System` > DSolve LinearSolveFunction NSolve SolveAlways > FrobeniusSolve MainSolve RSolve SolveDelayed > LinearSolve NDSolve Solve > > AbstractAlgebra`Master` > RingSolve > > May be this can be added for a future release as it is really useful > to have. > > --Nasser -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org