Advertisement
muntoo

intervals for adaptiveSimpsons() with tol=1e-2

Apr 11th, 2015
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.58 KB | None | 0 0
  1. % adaptiveSimpsons() on [1,9] with tol=1e-2
  2.  
  3. intervals =
  4.  
  5.     1.0000    2.0000
  6.     2.0000    3.0000
  7.     3.0000    3.2500
  8.     3.2500    3.5000
  9.     3.5000    3.7500
  10.     3.7500    4.0000
  11.     4.0000    4.2500
  12.     4.2500    4.5000
  13.     4.5000    4.7500
  14.     4.7500    5.0000
  15.     5.0000    6.0000
  16.     6.0000    7.0000
  17.     7.0000    7.1250
  18.     7.1250    7.2500
  19.     7.2500    7.3750
  20.     7.3750    7.5000
  21.     7.5000    7.7500
  22.     7.7500    8.0000
  23.     8.0000    8.2500
  24.     8.2500    8.5000
  25.     8.5000    8.6250
  26.     8.6250    8.7500
  27.     8.7500    8.8750
  28.     8.8750    9.0000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement