On Tue, Jul 24, 2012 at 2:49 PM, Mahvish Nazir <
address@hidden> wrote:
> 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.
>
>
>