Equation Result #482
Closed
cbarcellos-rbi
started this conversation in
General
Replies: 1 comment 1 reply
-
A parenthesis is missing in the expression (before the equals sign) which is therefore interpreted as x multiplied by the equation Qalculate is not able to solve |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've tried to solve an equation that only can be solved by approximation (e.g. Newton, bisection, etc.). Qalq sends a response that I could not understand, and is not the solution (as far as I understood). I evaluated this in my HP calculator and the value is approximately 2.4818 (which solves the equation)
This is the equation I'm trying to solve:
"x(5985/(sin(x/2))=15700"
The result I'm getting is the following:
x × ((5985 / sin((x / 2) radians)) = 15700) ≈ (x ≈ 12.56637061n + 5.500975342 or x ≈ 12.56637061n + 0.7822099649)x
I'm running version 4.6.1.
Would somebody explain what are these numbers? For instance, what is the `n' after the number?
Thanks in Advance
Beta Was this translation helpful? Give feedback.
All reactions