Guest User

Untitled

a guest
May 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. FunctionInterpolation[NIntegrate[a + b, {a, 0, 1}], {b, 0, 1}]
  2.  
  3. NIntegrate::inumr: The integrand a+b has evaluated to non-numerical values for all
  4. sampling points in the region with boundaries {{0,1}}.
  5.  
  6. int[b_?NumericQ] := NIntegrate[a + b, {a, 0, 1}]
  7.  
  8. FunctionInterpolation[int[b], {b, 0, 1}]
Add Comment
Please, Sign In to add comment