Opplæring 6 steg, kjørt i rekkefølge i én økt. Hvert steg ble kjørt mot motoren, og utdataene nedenfor er det de ga.
NIntegrate[1 / Sqrt[x], {x, 0, 1}, Method -> {"GlobalAdaptive", Method -> "ClenshawCurtisRule"}]//InputFormInputForm[2.]NIntegrate[1 / Sqrt[x], {x, 0, 1}, Method -> {"LocalAdaptive", Method -> "ClenshawCurtisRule"}]//InputFormInputForm[2.]NIntegrate[1 / Sqrt[x], {x, 0, 1}, Method -> "LobattoKronrodRule"]//InputFormInputForm[NIntegrate[1/Sqrt[x], {x, 0, 1}, Method -> LobattoKronrodRule]]NIntegrate[1 / Sqrt[x], {x, 0, 1}, Method -> {"GlobalAdaptive", Method -> "LobattoKronrodRule"}]//InputFormInputForm[2.]NIntegrate[1 / Sqrt[x], {x, 0, 1}, Method -> "MonteCarloRule"]//InputFormInputForm[NIntegrate[1/Sqrt[x], {x, 0, 1}, Method -> MonteCarloRule]]NIntegrate[1 / Sqrt[x], {x, 0, 1}, Method -> {"AdaptiveMonteCarlo", Method -> "MonteCarloRule"}]//InputFormInputForm[2.]Alle oppskrifter · Funksjonsreferanse · Bruk dette fra en MCP-klient