Advertisement
Trollkemada

Untitled

May 19th, 2011
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. dibcota[k_] := Plot[{F[x, k],
  2. G[x, k]}, {x, 2^-(k + 1), 2^-k}, PlotRange -> {0,
  3. 1}, AspectRatio -> Automatic, DisplayFunction -> Identity]
  4.  
  5. a = dibcota[0]; b = dibcota[1]; c = dibcota[2]; d = dibcota[3];
  6.  
  7. Show[a, b, c, d, DisplayFunction -> $DisplayFunction]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement