Add intro and pdf for lognormal
[maxima.git] / share / contrib / gentran / test / for.mac
blobc91fa38dd69e8b882f919af8cc3bda30949b71b9
1 gentran(
2 for i:1 thru 10 do
3   for j:1 thru 20 do
4       if i=j
5          then m[i,j] : 1.0
6          else m[i,j] : 0.0);