#8825: Improve documentation for function norm
------------------------------------------------+---------------------------
Reporter: johan | Owner: jason
Type: enhancement | Status: needs_review
Priority: trivial | Milestone: sage-4.6
Component: documentation | Keywords:
Author: Johan Grönqvist, Minh Van Nguyen | Upstream: N/A
Reviewer: Minh Van Nguyen | Merged:
Work_issues: |
------------------------------------------------+---------------------------
Comment(by drkirkby):
Replying to [comment:7 drkirkby]:
> But I think the documentation could be made more useful by having links
and names of the commands in the external packages.
>
> Dave
Oops. I mean the documentation could be made more useful by having the
name of the nearest command in the commercial packages. Not necessarily
links to them, though that might be worth considering too. Some are non-
obvious. For example factor() in Sage can factor an integer:
{{{
sage: factor(12)
2^2 * 3
}}}
but in Mathematica one would use {{{FactorInteger}}}
{{{
In[1]:= FactorInteger[12]
Out[1]= {{2, 2}, {3, 1}}
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8825#comment:8>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.