Bug Report

Session created by bsnyder on April 22, 2021

  1. Started with a fresh save state

  2. Enter: int(x^2 + x, x, 1, 2)

  3. Output: 26/3 = 3.8333… (correct)

  4. Enter: 1 -> x

  5. Enter: int(x^2 + x, x, 1, 2)

  6. Output: 26/3 = 3.8333… (correct again)

  7. Clear the value of x

  8. Enter: int(x + 1/x, x, 1, 2)

  9. Output: 3/2 +ln(2) \approx 2.193 (correct)

  10. Enter: 1 -> x

  11. Enter: int(x + 1/x, x, 1, 2)

  12. Output: 10/3 = 3.333… (incorrect)

If the calculator is not ignoring the stored value of x in step 11, I would have expected the input to have been interpreted as int(1 + 1/1, x, 1, 2) which should produce 2 as the output.

During your visit to our site, NumWorks needs to install "cookies" or use other technologies to collect data about you in order to:

With the exception of Cookies essential to the operation of the site, NumWorks leaves you the choice: you can accept Cookies for audience measurement by clicking on the "Accept and continue" button, or refuse these Cookies by clicking on the "Continue without accepting" button or by continuing your browsing. You can update your choice at any time by clicking on the link "Manage my cookies" at the bottom of the page. For more information, please consult our cookies policy.