Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. import numpy as np
  2. from numpy import *
  3. from numpy.linalg import inv
  4. import os
  5. coeficientes_objetivo=[]
  6. f1 = open('/home/david/Escritorio/objetivo.txt','r')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement