Prev: Curve fitting problem
Next: Creating dicom headers
From: mash mogtahedi on 16 Dec 2008 20:20 can any one help me out with code for Newton's Forward Difference Method
From: NZTideMan on 16 Dec 2008 20:23 On Dec 17, 2:20 pm, "mash mogtahedi" <ashley_khans...(a)yahoo.com> wrote: > can any one help me out with code for Newton's Forward Difference Method I asked Google and got 2,630,000 hits. Why couldn't you do that?
From: mash mogtahedi on 16 Dec 2008 20:28 NZTideMan <mulgor(a)gmail.com> wrote in message <06c6a746-6d79-4be0-89ef-4545429bcfb3(a)v5g2000prm.googlegroups.com>... > On Dec 17, 2:20=A0pm, "mash mogtahedi" <ashley_khans...(a)yahoo.com> > wrote: > > can any one help me out with code for Newton's Forward Difference Method > > I asked Google and got 2,630,000 hits. > Why couldn't you do that? it is not the same i m looking for the out put has to be in following form [FD, Pf] = NewtonFD(x, xi, yi)
From: Walter Roberson on 16 Dec 2008 20:36 mash mogtahedi wrote: > can any one help me out with code for Newton's Forward Difference Method I would think that most people who have passed a university-level programming course from a math, science, or engineering department could write the code given the formula. Probably many of the people who took business programming could too. I could probably have programmed it on my calculator in grade 10. Now, if you happened to want assistance with your code rather than just to run a survey about how many people have the skills and experience, then you would be advised to describe what you have done already on the task, and to describe what parts of the Matlab language you are having problems with in solving the task. The FD method is outlined in your text book or in any of a number of sites you could google easily, so people here will assume that you have studied the description of the method and understand the method thoroughly and that all you need is a -small- bit of help with some Matlab construct that you are using to implement the method. -- ..signature note: I am now avoiding replying to unclear or ambiguous postings. Please review questions before posting them. Be specific. Use examples of what you mean, of what you don't mean. Specify boundary conditions, and data classes and value relationships -- what if we scrambled your data or used -Inf, NaN, or complex(rand,rand)?
|
Pages: 1 Prev: Curve fitting problem Next: Creating dicom headers |