Manny_Maple

12 Reputation

2 Badges

16 years, 95 days

MaplePrimes Activity


These are questions asked by Manny_Maple

Hi everyone,

I am trying to write a proc for the binomial method for option prices.  I have the following code:

treeStockPrices := proc (s0, X, r, sigma, T, N)

local dt, u, d, a, b, p, L, i, j, k, m;

Page 1 of 1