help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Intergration help required


From: Mahvish Nazir
Subject: Re: Intergration help required
Date: Tue, 24 Jul 2012 13:49:57 +0100

Hi
 
Thanks a lot for your reply!
 
I am looking for a numerical solution only, but the problem is, the values of my constants will keep on changing. Does that mean everytime the value of my constant changes i have to write a new program to compute its numerical value?
And what do you mean by "choose a discretisation of the integration domain"? Please explain.
 
Thanks and Regards
Mahvish

On Tue, Jul 24, 2012 at 1:18 PM, Jordi Gutiérrez Hermoso <address@hidden> wrote:
On 24 July 2012 07:26, haazu <address@hidden> wrote:
> Hi I am new to Octave, trying to solve the below integral in octave. please
> help: http://octave.1599824.n4.nabble.com/file/n4631617/Untitled.png
> The limits are -5 to +5,
> I am solving a problem relating to radar and came up with this integral...
> Any clue how to solve this?

What does a "solution" mean to you? If you want symbolic integration,
Octave is the wrong tool for the task, because it's not a CAS.

If you want numerical integration, then you need to assign values to
the constants and choose a discretisation of the integration domain.
Then use one of the quad function.

HTH,
- Jordi G. H.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]