Hi Nasser!

On Nov 25, 1:27 am, Nasser Abbasi <n...@12000.org> wrote:
> 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*?

I agree that this would be nice.

However, the commands search_def, search_doc and search_src might
help.

For example,
  sage: search_def('solve')
yields
matrix/matrix_modn_sparse.pyx:860:    def
_solve_right_nonsingular_square(self, B, algorithm=None, check_rank =
True):
matrix/matrix2.pyx:84:    def solve_left(self, B, check=True):
matrix/matrix2.pyx:125:    def solve_right(self, B, check=True):
matrix/matrix2.pyx:304:    def _solve_right_nonsingular_square(self,
B, check_rank=True):
matrix/matrix2.pyx:371:    def _solve_right_general(self, B,
check=True):
matrix/matrix_integer_dense_hnf.py:297:def
solve_system_with_difficult_last_row(B, a):
matrix/matrix_integer_dense_saturation.py:104:def
solve_system_with_difficult_last_row(B, A):
matrix/matrix_double_dense.pyx:764:    def solve_left_LU(self, b):
matrix/matrix_double_dense.pyx:820:    def solve_left(self,vec):
matrix/matrix_integer_dense.pyx:3514:    def
_solve_right_nonsingular_square(self, B, check_rank=True):
...
(a total of 39 lines)

Kind regards,
Simon

-- 
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

Reply via email to