Gauß-Laguerre Integration < Mathematica < Mathe-Software < Mathe < Vorhilfe
|
Aufgabe | f[j_, y_] :=
Piecewise[{{(Exp[(1 + I y) ((rx - div) (T - t) + Ln[St]) - (1 +
I y) [mm] ((\[Rho]sv)/
[/mm]
2 [mm] \[Delta]) (\[Upsilon]0^2 [/mm] + [mm] \[Delta]^2 [/mm] (T - t))]/
q) dw[j, y],
j == 1}, {Exp[((rx - div) (T - t) + Ln[St]) I y -
I y [mm] ((\[Rho]sv)/
[/mm]
2 [mm] \[Delta]) (\[Upsilon]0^2 [/mm] + [mm] \[Delta]^2 [/mm] (T - t))] dw[j,
y], j == 2}}];
P[j_] :=
1/2 + [mm] 1/\[Pi] [/mm] NIntegrate[
Re[(Exp[-I y Ln[L]] f[j, y])/(I y)], {y, 0, [mm] \[Infinity]}, [/mm]
AccuracyGoal -> 5];
q Exp[-ry (T - t)] P[1] - L Exp[-ry (T - t)] P[2]] |
Hi, Im Rahmen meiner Thesis muss ich ein Modell implementieren. Dabei komm ich an einer entscheidendnen Stelle nicht weiter. Das P[j_] soll mithilfe der Gauß-Laguerre Integration gelöst werden, da Mathematica mit NIntegrate keinen Output auswirft. Hat jemand eine Idee wie das gehen könnte?
Ich habe diese Frage in keinem Forum auf anderen Internetseiten gestellt
|
|
|
|
Status: |
(Mitteilung) Reaktion unnötig | Datum: | 10:20 Mo 08.04.2013 | Autor: | matux |
$MATUXTEXT(ueberfaellige_frage)
|
|
|
|