Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. G = {{-3.11018, 0.0004195}, {-3.04734, 0.000451273}, {-2.98451, 0.000486051},
  2. {-2.92168, 0.000524223}, {-2.85885, 0.000566223}, {-2.79602, 0.000612542},
  3. {-2.73319, 0.000663741}, {-2.67035, 0.000720457}, ...};
  4.  
  5. interG = Interpolation[G];
  6.  
  7. p = PadeApproximant[interG[x], {x, 0, {l-1, l}}];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement