| OS X - Development and Darwin Discussion and questions about development for Mac OS X. |
| Post Reply | New Thread | Subscribe |
|
|
Thread Tools |
![]() Member Since: Oct 01, 2010
Posts: 1
![]() |
hello..this is a general newton forward difference ccode..where and what will change for newtons forward DIVIDED difference?.
.program Divided_Differences_Iterpolation dimension x(20),y(20),d(20,20) n=7 xx=.7 data (x(i), i=1,7) /0,.5,1,1.4,2,3.2,5.5/ data (y(i), i=1,7)/-1.25,-3.5,6,2.32,1.5,1.27,5.6/ s=y(1) do i=1,n-1 do j=1,n-i y(j)=(y(j+1)-y(j))/(x(j+i)-x(j)) d(i,j)=y(j) print*,d(i,j) enddo enddo do i=1,n-1 p=1 do j=1,i p=p*(xx-x(j)) enddo s=s+d(i,1)*p enddo print*,'Inte rpolation of(',xx,')=',s end please ..a quick reply is needed..thank u |
| QUOTE Thanks | |
![]() Member Since: Jun 25, 2005
Location: On the road
Posts: 3,231
![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: 2011 MBP, i7, 16GB RAM, MBP 2.16Ghz Core Duo, 2GB ram, Dual 867Mhz MDD, 1.75GB ram, ATI 9800 Pro vid
|
First, what is the question? We don't do peoples homework for them here.
Second, if you are going to post code, use the CODE tag to wrap it. Also make it cleanly formatted. Yours is messy and difficult to follow in a few places. CameraTime - Time lapse photography for novice and advanced users. When asking questions, post the version of your software. You'll receive better answers. Please post your results to the thread as it is good feedback.
|
| QUOTE Thanks | |
| Post Reply | New Thread | Subscribe |
| Thread Tools | |
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
|
|||||||
Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| How do I add a tracking code to my iWeb page? | Rikki | Web Design and Hosting | 6 | 10-08-2010 09:54 PM |
| Help with XCode and Fortran | rosula2008 | OS X - Development and Darwin | 3 | 01-28-2009 12:20 PM |
| Malicious code .... how much of a risk taker are you ? | McBie | Schweb's Lounge | 4 | 12-13-2008 12:52 PM |
All times are GMT -4. The time now is 12:31 PM.
Powered by vBulletin