-
|
im guessing there is no mode for displaying a step by step solution right? |
Beta Was this translation helpful? Give feedback.
Answered by
hanna-kn
Aug 22, 2025
Replies: 1 comment 3 replies
-
|
my guess is that this calculator usually performs a numerical solution (like Newton's method) rather than an algebraic solution (the way a student in high school would solve an equation for homework). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is not true. Numerical approximation (using Newton's method) is only used for high degree equations (unless using a specific function). There is however no support for showing step by step solutions.