17.11.2012 Views

Numerical recipes

Numerical recipes

Numerical recipes

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

382 Chapter 9. Root Finding and Nonlinear Sets of Equations<br />

}<br />

int k,i,*indx;<br />

float errx,errf,d,*fvec,**fjac,*p;<br />

indx=ivector(1,n);<br />

p=vector(1,n);<br />

fvec=vector(1,n);<br />

fjac=matrix(1,n,1,n);<br />

for (k=1;k

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!