gp script formatting

This commit is contained in:
Markus Teich 2016-10-08 16:58:25 +02:00
parent 3940092e24
commit 233f955928
2 changed files with 2 additions and 3 deletions

View File

@ -89,7 +89,6 @@ Phi = vector(n,a,matrix(n,k,i,j, prod(h=1,n,Delta[h][i,j])^x[a] ))
\\ winner matrix
v = matrix(n,k,a,j, prod(i=1,n,Gamma[i][a,j]) / prod(i=1,n,Phi[i][a,j]) )
vi = lift(v)
print("bids are: ", bid)