help-octave
[Top][All Lists]
Advanced

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

seealso


From: John W. Eaton
Subject: seealso
Date: Tue, 18 Jul 2000 12:55:48 -0500 (CDT)

On 18-Jul-2000, John W. Eaton <address@hidden> wrote:

| Hmm.  Works for me:
| 
|   octave:1> help hilb
|   hilb is the user-defined function from the file
|   /home/jwe/src/octave/scripts/special-matrix/hilb.m
| 
|    - Function File:  hilb (N)
|        Return the Hilbert matrix of order N.  The i, j element of a
|        Hilbert matrix is defined as
| 
|           H (i, j) = 1 / (i + j - 1)

Oops.  Sorry to follow up to my own posting, but it *does* work for
me.  I just can't cut and paste very well.  :-(

Here is what I meant to paste in:

  octave:1> help hilb
  hilb is the user-defined function from the file
  /home/jwe/src/octave/scripts/special-matrix/hilb.m

   - Function File:  hilb (N)
       Return the Hilbert matrix of order N.  The i, j element of a
       Hilbert matrix is defined as

            H (i, j) = 1 / (i + j - 1)

  See also: hankel, vander, sylvester_matrix, invhilb, and toeplitz.



  Additional help for built-in functions, operators, and variables
  is available in the on-line version of the manual.  Use the command
  `help -i <topic>' to search the manual index.

  Help and information about Octave is also available on the WWW
  at http://www.che.wisc.edu/octave/octave.html and via the
  address@hidden mailing list.
  octave:2> 

jwe



-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.che.wisc.edu/octave/octave.html
How to fund new projects:  http://www.che.wisc.edu/octave/funding.html
Subscription information:  http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------



reply via email to

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