Guest User

Untitled

a guest
Apr 26th, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. SetDirectory[NotebookDirectory[]]
  2. Do[filep = OpenWrite["s_rk.txt", FormatType -> OutputForm], Do[Write[filep, " ",
  3. SetPrecision[FortranForm[fun1[ t2,x]], 5],
  4. " ", SetPrecision[FortranForm[x], 5]], {x, 0.001,
  5. k51[t2], 0.01}],
  6. Close[filep];{t2, 0.2, 0.5, 0.1}];
Add Comment
Please, Sign In to add comment