Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Export["/home/rob/Desktop/eq.png",Sum[1/2,{x,i}]]
  2.  
  3. time MathKernel -noprompt -script /home/rob/Desktop/file.m
  4.  
  5. AbsoluteTiming[Export["/home/rob/Desktop/eq.png",HoldForm[Sum[1/2,{x,i}]]]
  6.  
  7. MathKernel -noprompt -script /home/rob/Desktop/init.m
  8.  
  9. $IgnoreEOF = True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement