Ticket #26 (closed enhancement: invalid)
[is invalid or fixed?] add docs to eigenvectors function.
| Reported by: | was | Owned by: | mhansen |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-duplicate/invalid/wontfix |
| Component: | documentation | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Change History
comment:1 Changed 6 years ago by mabshoff
- Owner changed from somebody to tba
- Component changed from basic arithmetic to documentation
comment:2 Changed 6 years ago by mabshoff
- Milestone set to sage-2.9
This is still a problem with Sage 2.8.2:
sage: search_doc(Eigenvector) --------------------------------------------------------------------------- <type 'exceptions.NameError'> Traceback (most recent call last) /tmp/Work2/sage-2.8.1/sage-2.8.2.rc3/<ipython console> in <module>() <type 'exceptions.NameError'>: name 'Eigenvector' is not defined sage: search_doc(eigenvector) --------------------------------------------------------------------------- <type 'exceptions.NameError'> Traceback (most recent call last) /tmp/Work2/sage-2.8.1/sage-2.8.2.rc3/<ipython console> in <module>() <type 'exceptions.NameError'>: name 'eigenvector' is not defined sage: search_doc(eigenvectors) --------------------------------------------------------------------------- <type 'exceptions.NameError'> Traceback (most recent call last) /tmp/Work2/sage-2.8.1/sage-2.8.2.rc3/<ipython console> in <module>() <type 'exceptions.NameError'>: name 'eigenvectors' is not defined
Cheers,
Michael
comment:4 Changed 5 years ago by mhansen
- Owner changed from tba to mhansen
- Status changed from new to assigned
comment:5 Changed 5 years ago by mhansen
- Summary changed from add docs to eigenvectors function. to [is invalid?] add docs to eigenvectors function.
I think this is invalid.
sage: search_doc('eigenvector')
const/node32.html:5.4 Eigenvectors and eigenvalues
const/node32.html:How do you compute eigenvalues and eigenvectors using <I CLASS="sans">SAGE</I>?
const/node32.html:sage: eig = A.eigenvectors()
const/node32.html: is an eigenvector of <!-- MATH
const/node32.html: is an eigenvector of <!-- MATH
const/node32.html:sage: A.eigenvectors()
const/node32.html:sage: A.eigenvectors()
const/node32.html:``rational'' eigenvalues and eigenvectors:
const/node32.html:sage: gap.eval("v := Eigenvectors( Rationals,A)")
const/node33.html:<td class='online-navigation'><a rel="prev" title="5.4 Eigenvectors and eigenvalues"
const/node33.html:<a class="sectref" rel="prev" href="node32.html">5.4 Eigenvectors and eigenvalues</A>
const/node33.html:<td class='online-navigation'><a rel="prev" title="5.4 Eigenvectors and eigenvalues"
const/node33.html:<a class="sectref" rel="prev" href="node32.html">5.4 Eigenvectors and eigenvalues</A>
ref/genindex.html:<dt><a href="module-sage.modular.hecke.module.html#l2h-7427">dual_eigenvector() (in module sage.modular.hecke.module)</a>
ref/module-sage.libs.pari.all.html:sage: A.eigenvectors()
ref/module-sage.matrix.matrix2.html: algorithm that is in dual_eigenvector in sage/modular/hecke/module.py.
ref/module-sage.matrix.matrix-complex-double-dense.html: of eigenvalues and the e is a matrix whose columns are the eigenvectors.
ref/module-sage.matrix.matrix-complex-double-dense.html:<EM>Computes the eigenvalues and eigenvectors of this matrix acting
ref/module-sage.matrix.matrix-complex-double-dense.html: corresponding eigenvectors - as a matrix whose ** ROWS ** are the eigenvectors of
ref/module-sage.matrix.matrix-complex-double-dense.html:<EM>Computes the eigenvalues and eigenvectors of this matrix acting
ref/module-sage.matrix.matrix-complex-double-dense.html: corresponding eigenvectors - as a matrix whose ** COLUMNS ** are the eigenvectors of
ref/module-sage.matrix.matrix-complex-double-dense.html:<EM>Computes the eigenvalues and eigenvectors of this matrix acting
ref/module-sage.matrix.matrix-real-double-dense.html:<EM>Computes the eigenvalues and *right* eigenvectors of this
ref/module-sage.matrix.matrix-real-double-dense.html: corresponding eigenvectors - as an RDF matrix whose columns
ref/module-sage.matrix.matrix-real-double-dense.html: are the eigenvectors.
ref/module-sage.modular.hecke.module.html: <tt class="method">dual_eigenvector</tt>,<SPAN CLASS="MATH"><IMG
ref/module-sage.modular.hecke.module.html: <td><nobr><b><tt id='l2h-7427' xml:id='l2h-7427' class="function">dual_eigenvector</tt></b>(</nobr></td>
ref/module-sage.modular.hecke.module.html:Return an eigenvector for the Hecke operators acting on the
ref/module-sage.modular.hecke.module.html: linear dual of this space. This eigenvector will have entries
ref/module-sage.modular.hecke.module.html: ring. This vector is an eigenvector for all Hecke operators
ref/module-sage.modular.hecke.module.html: eigenvector. This function is used mainly for computing
ref/module-sage.modular.hecke.module.html:<EM>(2) One can also view a dual eigenvector as defining (via
ref/module-sage.modular.hecke.module.html: eigenvector for the dual action of Hecke operators on
ref/module-sage.modular.modform.numerical.html: <tt class="method">_eigenvectors</tt>,<SPAN CLASS="MATH"><IMG
ref/module-sage.modular.modform.numerical.html:Return a very sparse vector v such that v times the eigenvector matrix
ref/module-sage.modular.modsym.space.html: 'eigen' -- compute basis using eigenvectors for the Hecke
tut/node17.html:<I CLASS="sans">SAGE</I> can compute eigenvalues and eigenvectors:
tut/node17.html:Eigenvalues and eigenvectors over <!-- MATH
tut/node44.html:matrices (such as row reduction, eigenvalues and eigenvectors), and
tut/node44.html:sage: A.eigenvectors()
tut/node44.html:sage: eigA = A.eigenvectors()
comment:6 Changed 5 years ago by mhansen
- Summary changed from [is invalid?] add docs to eigenvectors function. to [is invalid or fixed?] add docs to eigenvectors function.
Note: See
TracTickets for help on using
tickets.
