# NOT RUN {
### first order roughening matrix for a 10 by 10 model: a sparse matrix
N = 10
L1 = get_l_rough(10,1);
### second order roughening matrix for a 10 by 10 model
N = 10
L2 = get_l_rough(10,2);
# }
Run the code above in your browser using DataLab