#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Convergence

I am trying to solve a nonlinear system in excel. Don't ask me why I'm not
using something faster. Does anyone know an easy way for vector-matrix
problems to converge to a solution for a large matrix computation problem?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,440
Default Convergence

I think you'll have to provide some more details. What type of computation?
What is the role of the matrix? In your first post, you mention
Newton-Raphson. Why?
etc.

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel

"bangecon" wrote in message
...
I am trying to solve a nonlinear system in excel. Don't ask me why I'm not
using something faster. Does anyone know an easy way for vector-matrix
problems to converge to a solution for a large matrix computation problem?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Convergence

f(X,P)= (sum(exp(g(x_i))^(1-s)/P_i))^(1/(1-s))

i=1,...,N
s1 given
g is a linear function.
X, P are exogenous.
I have the coefficients and values of X and P, but I need to solve for
f(X,P), which is an N-vector.

I have a sheet that calculates each elemtent in sum(*) (there are N*N of
them) and a sheet (column) that calculates f(*) starting from an initial
value of, for example, 1, getting some new value. Using Newton-Raphson, I
have made a macro that calculates d(f_i(X_initial))/dx_j for all i=1, ... ,
Nl; j=1, ... N. This generates a matrix of gradients, which we then invert
to solve around the target value (the solution). I just wanted to see if
there was a way of doing this for a relatively large N (say 100) with less
steps.

"Niek Otten" wrote:

I think you'll have to provide some more details. What type of computation?
What is the role of the matrix? In your first post, you mention
Newton-Raphson. Why?
etc.

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel

"bangecon" wrote in message
...
I am trying to solve a nonlinear system in excel. Don't ask me why I'm not
using something faster. Does anyone know an easy way for vector-matrix
problems to converge to a solution for a large matrix computation problem?




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i add an x-y convergence drop line from y to x axis? Paulc Charts and Charting in Excel 1 September 2nd 06 04:08 AM
computational convergence bangecon Excel Programming 0 October 13th 04 04:05 PM


All times are GMT +1. The time now is 09:59 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"