Prev: R2009a "Out of Memory" problem on WinXP SP2
Next: Plotting cost function in Linear Regression Analysis
From: Boby Philip on 26 Jun 2010 01:33 I face the problem of getting NaN values for characteristic polynomial coefficients when I use poly function of the matlab for a 270x270 sparse matrix. Plz suggest some ways to overcome this problem.
From: Bruno Luong on 26 Jun 2010 04:55 "Boby Philip" <philipboby(a)yahoo.co.in> wrote in message <i043eh$4p3$1(a)fred.mathworks.com>... > I face the problem of getting NaN values for characteristic polynomial coefficients when I use poly function of the matlab for a 270x270 sparse matrix. Plz suggest some ways to overcome this problem. Chance that the (high order) calculated coefficients of the characteristic polynomial of the matrix of that size is meaningless. I just wonder what you want to do with it. But you could simply convert this matrix to full, then call POLY of the later. Bruno
From: Boby Philip on 26 Jun 2010 06:49 "Bruno Luong" <b.luong(a)fogale.findmycountry> wrote in message <i04f9d$7sd$1(a)fred.mathworks.com>... > "Boby Philip" <philipboby(a)yahoo.co.in> wrote in message <i043eh$4p3$1(a)fred.mathworks.com>... > > I face the problem of getting NaN values for characteristic polynomial coefficients when I use poly function of the matlab for a 270x270 sparse matrix. Plz suggest some ways to overcome this problem. > > Chance that the (high order) calculated coefficients of the characteristic polynomial of the matrix of that size is meaningless. I just wonder what you want to do with it. > > But you could simply convert this matrix to full, then call POLY of the later. > > Bruno Thanks Bruno. In fact as u suggested I had tried with the 'full' as well. Still its coming the same. I needed that polynomial for a model reduction problem..
From: Matt J on 26 Jun 2010 07:39 "Boby Philip" <philipboby(a)yahoo.co.in> wrote in message <i043eh$4p3$1(a)fred.mathworks.com>... > I face the problem of getting NaN values for characteristic polynomial coefficients when I use poly function of the matlab for a 270x270 sparse matrix. Plz suggest some ways to overcome this problem. ================= And you checked that nnz(~isfinite(YourMatrix)) is zero?
From: Boby Philip on 26 Jun 2010 07:55 "Matt J " <mattjacREMOVE(a)THISieee.spam> wrote in message <i04osp$eul$1(a)fred.mathworks.com>... > "Boby Philip" <philipboby(a)yahoo.co.in> wrote in message <i043eh$4p3$1(a)fred.mathworks.com>... > > I face the problem of getting NaN values for characteristic polynomial coefficients when I use poly function of the matlab for a 270x270 sparse matrix. Plz suggest some ways to overcome this problem. > ================= > > And you checked that nnz(~isfinite(YourMatrix)) is zero? Hi Matt ya,I have obtained it as zero..
|
Next
|
Last
Pages: 1 2 3 Prev: R2009a "Out of Memory" problem on WinXP SP2 Next: Plotting cost function in Linear Regression Analysis |