<t>Thanks for your reply.In explicit scheme, in order to calculate U(i+1,k) U(i+1, k+1) U(i, k+1) U(i-1, k+1)My first problem is how to find U(i+1,k) because I need to put some upbounds. But I cannot just do: cv_price = conv_ratio* St(i) v(i) = max(cv_price, v(i))Sorry for stupid questions.=========...