repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add intro and pdf for lognormal
[maxima.git]
/
share
/
contrib
/
gentran
/
test
/
for.mac
blob
c91fa38dd69e8b882f919af8cc3bda30949b71b9
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);