sci.math.num-analysis
  Home FAQ Contact Sign in
sci.math.num-analysis only
 
Advanced search
January 2007
motuwethfrsasuw
1234567 1
891011121314 2
15161718192021 3
22232425262728 4
293031     5
2007
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2007 2006    
total
sci.math.num-analysis Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Re: ODE to difference equation and solution         


Author: Robert Israel
Date: Jan 18, 2007 20:23

In article newssvr29.news.prodigy.net>,
Calvin Guan nospam.broadcom.com> wrote:
>Hello,
>
>I'm trying to convert an 2nd order ODE to difference equation
>and solve it
>numerically. Here is an example.
>
>y''=sin(x), given the IC y(0)=0 and BC y(3.14)=0. This can be solved
>analytically if y'(0) is known.
>
>I convert the ODE to DE like:
>
>y(n+1)-2y(n)+y(n-1)=h*h*sin(n*h)
>
>given initial value y(0)=0
>and final y(m+1)=0 where h=3.14/(m+1)
>
>This can be solved by constructing a m*m matrix. but it became
>very resource ...
Show full article (1.28Kb)
no comments
  Re: positive definiteness of matrix with complex entries, Sylvester criteria         


Author: Peter Spellucci
Date: Jan 18, 2007 09:28

In article <1169064403.422862.55080@a75g2000cwd.googlegroups.com>,
"Madhu" inbox.com> writes:
>
>David Jones wrote:
>> Madhu wrote:
>>>
>>> The user types each entry for just the lower triangular matrix of R
>>> (since R is Hermitian) through a GUI.
>>>
>>
>> An obvious question is why? Where is the user supposed to get this
>> matrix R from? If users are just setting up example problems, then
>> they are likely to find it easier to work in a manner where they
>> themselves supply the elements of decomposition matrix (not
>> necesariliy a Cholesky decomposition): ie they can think of their
>> random vector K as K=AZ, where Z's are uncorrelated etc. and the user
>> would supply A directly.
>
>Thanks for your response David.
> ...
Show full article (2.66Kb)
no comments