MATH 235 Study Guide - Final Guide: Expected Value, Pseudocode, Matlab

20 views5 pages

Document Summary

Important: in this and in future assignments, most of the marks for programming questions are allocated for explanations of algorithms (i. e. pseudo-code) and explanation of results. If all you hand in is the listing of the raw code or raw output by itself, you will get poor marks. By default, you should submit listings of all matlab code used in your assignment. Be sure to document (i. e. add liberal comments) your code. The ta will take o marks for poor documentation. You are advised to make a copy of your assignment before you hand it in. We try to make sure it does not happen, but assignments occasionally go missing: (10 marks) convergence of a walk on a discrete lattice. Consider an n step lattice on t [0, t ] with the parameters: Xn+1 xn + t ; with probability p. Xn+1 xn t ; with probability 1 p.