I'm giving a simple tutorial how to solve famous Black-Scholes partial differential equation (PDE) numerically in Wolfram Mathematica. The settings are specialized for a call option.
Пікірлер: 6
@jairjuliocc4 жыл бұрын
Thank you!, this really help me to understand better the bs pde, how can i modify the pde to include dividens for example?
@TheSAMIT1712 жыл бұрын
initially it was a bit disturbed..but overall gr8t help to me..thnx can u post videos of solving Non-linear Schrodinger equation in mathematica..am working on that
@Silvertestrun3 жыл бұрын
Ty
@spiros19949 жыл бұрын
For some reason I do not get the same results as you do in the video... " NDSolve[{ D[V[S, t], t] + r*S*D[V[S, t], S] + 0.5*(sigma^2)*(S^2)*D[V[S, t], {S, 2}] - r*V[S, t] == 0, V[S, T] == Max[S - K, 0], V[1000, t] == 1000 - K, V[0, t] == 0 }, V, {S, 0.1, 1000}, {t, 0, T}]"
@ccosborn20008 жыл бұрын
Why are we using some second-hand software to define the problem? Mathematica is not that difficult to use for using text to describe the problem. You may also want to check the pronunciation of "variable".