help-octave
[Top][All Lists]
Advanced

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

Re: algorithm of poly(A)


From: Ben Abbott
Subject: Re: algorithm of poly(A)
Date: Wed, 29 Feb 2012 08:13:28 -0500

On Feb 29, 2012, at 7:35 AM, Wu Degang wrote:

> Hi,
> 
> I need to implement the function of poly(A) (A is a matrix) in C++, so I need 
> to know what algorithm the function poly() uses. Where can I find the 
> algorithm used by poly or the relevant source codes?
> 
> regards,
> Wu Degang

>From Octave's command line you can type ....

        type poly

This will display the m-file poly.m

Ben




reply via email to

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