octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53139] polyeig docstring '(C0 + C1 + ... + Cl


From: anonymous
Subject: [Octave-bug-tracker] [bug #53139] polyeig docstring '(C0 + C1 + ... + Cl)v = 0' seems wrong
Date: Mon, 12 Feb 2018 19:58:50 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

URL:
  <http://savannah.gnu.org/bugs/?53139>

                 Summary: polyeig docstring '(C0 + C1 + ... + Cl)v = 0' seems
wrong
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 13 Feb 2018 12:58:48 AM UTC
                Category: Documentation
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Documentation
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: Any

    _______________________________________________________

Details:

possible solution:

--- a/scripts/polynomial/polyeig.m
+++ b/scripts/polynomial/polyeig.m
@@ -25,13 +25,13 @@
 ## Given an @var{n*n} matrix polynomial
 ##
 ## @address@hidden(s) = @var{C0} + @var{C1} s + @dots{} + @var{Cl} s^l}
 ##
 ## @code{polyeig} solves the eigenvalue problem
 ##
-## @code{(@var{C0} + @var{C1} + @dots{} + @var{Cl})v = 0}.
+## @code{(@var{C0} + @var{C1} z + @dots{} + @var{Cl} z^l) v = 0}.
 ##
 ## Note that the eigenvalues @var{z} are the zeros of the matrix polynomial.
 ## @var{z} is a row vector with @var{n*l} elements.  @var{v} is a matrix
 ## (@var{n} x @address@hidden) with columns that correspond to the
 ## eigenvectors.
 ##





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53139>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]