Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<solveEquations> erroneous results for functions with vertical asymptotes #163

Open
virginiaMae opened this issue May 17, 2024 · 0 comments

Comments

@virginiaMae
Copy link
Collaborator

The <solveEquations> component sometimes gives solutions where functions have vertical asymptotes, as shown in the following example for the tangent function (eq3).

`

Eq1: cos(x) = 1/2

Eq2: sin(x) = -sqrt(3)/2

Eq3: tan(x) = 1

$eq1
$eq2
$eq3

Solutions, Eq 1 = $solve1.solutions

Solutions, Eq 2 = $solve2.solutions

Solutions, Eq 3 = $solve3.solutions

tan(x) y = 1 ($solve3.solutions[$i], $$f($solve3.solutions[$i]))

$solve3.solutions[6]
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant