Message Boards Message Boards

0
|
1236 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

How to get a result for some values of a parameter?

Posted 1 year ago

Hello.

In my code, I can't get a result when parameter H is less than 0.23. Parameter H can be between 0 and 1 but when I put it less than 0.23, It can't work correctly. For example, q_5 in code can't be computed.

Subscript[q, 5] = 
 NIntegrate[(f0[s])^2*(f0[u])^2, {s, 0, T}, {u, 0, s}] + 
  NIntegrate[(f0[s])^2*(Subscript[\[Lambda], 2][s, u])^2, {s, 0, 
    T}, {u, 0, s}] + 
  2*\[Rho]*
   NIntegrate[
    f0[s]*f0[s]*Subscript[\[Lambda], 2][s, u] f0[u], {s, 0, T}, {u, 0,
      s}]

and one problem is computing the below integral in q_5:

NIntegrate[(f0[s])^2*(Subscript[\[Lambda], 2][s, u])^2, {s, 0, T}, {u,
   0, s}]

How can solve this problem? Based on the article I should put H=0.13 and do my computations.

Thanks for your help.

Attachments:
POSTED BY: H A

Crossposted here.

POSTED BY: Rohit Namjoshi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract