Ticket #2411 (closed defect: fixed)

Opened 9 months ago

Last modified 3 months ago

[fixed by another ticket, no patch required, should be closed] Missing references in Sage tutorial

Reported by: rhinton Assigned to: tba
Priority: minor Milestone: sage-3.1.2
Component: documentation Keywords:
Cc:

Description

On the page

http://www.sagemath.org/doc/html/tut/node16.html

in the second paragraph the following sentence has problems.

"Note that the Sage kernel of a matrix $A$ is the left kernel, i.e. the space of vectors 33#1 such that 34#2."

I'm not exactly sure what 33#1 and 34#2 should be, but these symbols certainly don't make sense.

Change History

03/06/2008 06:40:44 PM changed by mabshoff

  • milestone set to sage-2.10.3.

03/07/2008 02:27:38 PM changed by mabshoff

The tex file says:

Note that the \sage kernel of a matrix $A$ is the ``left kernel'', i.e.
the space of vectors $w$ such that $wA=0$.

I assume that ``left kernel'' confuses tex2html, so changing that to emph might fix the issue.

Cheers,

Michael

08/25/2008 02:15:55 PM changed by jhpalmieri

  • summary changed from Missing references in Sage tutorial to [fixed by another ticket, no patch required, should be closed] Missing references in Sage tutorial.

This was a latex2html issue. It's been fixed by #3347, so this ticket should be closed.

08/25/2008 02:23:21 PM changed by mabshoff

  • status changed from new to closed.
  • resolution set to fixed.

Thanks John. Closed as suggested.

Cheers,

Michael