Ask Your Question

manojt's profile - activity

2019-07-22 05:32:16 +0200 commented answer help doesn't show function call

Thank you for your reply. Hope the SageMath team will include the function signature in the ? form of help in a future release, which will make the output much more useful.

2019-07-22 05:29:25 +0200 received badge  Supporter (source)
2019-07-21 16:34:55 +0200 received badge  Good Question (source)
2019-07-20 18:46:15 +0200 received badge  Nice Question (source)
2019-07-19 23:19:45 +0200 received badge  Student (source)
2019-07-19 21:02:15 +0200 asked a question help doesn't show function call

Hi,

When I look up matrix.add_multiple_of_row in Sage reference, I get:

add_multiple_of_column(i, j, s, start_row=0)

Add s times column j to column i.

EXAMPLES: ...

If I do ?A.add_multiple_of_row in SageMath (in Jupyter, with the variable A = matrix(...)), I get

Docstring:

Add s times row j to row i.

EXAMPLES: ...

Note the critical line add_multiple_of_column(i, j, s, start_row=0) missing. Is it possible to see the function arguments and usage when using the ? form of help?

Thanks, Manoj