From: Kayanja Andy on
i am new in matlab. Can any one help out in how to solve a the wave equation using finite difference methods(Say the five point method). I will be grateful. Thanks
From: us on
On May 13, 3:42 pm, "Kayanja Andy" <kayanja.and...(a)yahoo.com> wrote:
> i am new in matlab. Can any one help out in how to solve a the wave equation using finite difference methods(Say the five point method). I will be grateful. Thanks

what have YOU done so far to solve YOUR particular problem...

us
From: Steven Lord on

"Kayanja Andy" <kayanja.andrew(a)yahoo.com> wrote in message
news:hsgvjc$c11$1(a)fred.mathworks.com...
>i am new in matlab. Can any one help out in how to solve a the wave
>equation using finite difference methods(Say the five point method). I will
>be grateful. Thanks

Certainly. Post the code that you've written so far and describe
specifically the problem that's stopped you from proceeding any further and
someone should offer an appropriate suggestion.

--
Steve Lord
slord(a)mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ


From: TideMan on
On May 14, 1:42 am, "Kayanja Andy" <kayanja.and...(a)yahoo.com> wrote:
> i am new in matlab. Can any one help out in how to solve a the wave equation using finite difference methods(Say the five point method). I will be grateful. Thanks

Which wave equation?
If it's water waves it could be:
Laplace, Boussinesq, Korteweg de Vries, St Venant,
linear dispersive, linear nondispersive, nonlinear dispersive,
nonlinear nondispersive,
etc
etc
etc

Your question is too vague and has nothing to do with Matlab at this
stage.
Come back when you have formulated the difference scheme and had a go
at coding it up in Matlab.