Tutorial 2 steps, run in order in one session. Every step was executed against the engine and the output below is what it produced.
NIntegrate[(1/Sqrt[Abs[x - 1]]), {x, 0, 2}]7781.165464676946points = Reap[NIntegrate[(1/Sqrt[Abs[x - 1]]), {x, 0, 2}, EvaluationMonitor :> Sow[x]]][[2, 1]];
Graphics[{PointSize[0.006], Point /@ N@Transpose[{points, Range[Length[points]]}]}, PlotRange -> All, AspectRatio -> 1, Axes -> True]-Graphics-All recipes · Function reference · Use this from an MCP client