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

Fix broken rational division of complex fractions #703

Open
rlwhitcomb opened this issue Jan 15, 2025 · 0 comments
Open

Fix broken rational division of complex fractions #703

rlwhitcomb opened this issue Jan 15, 2025 · 0 comments
Assignees
Labels

Comments

@rlwhitcomb
Copy link
Owner

rlwhitcomb commented Jan 15, 2025

For example:

$rational on
c1=(6,3)
c2=(10,8)
c1/c2 -> 3/5
$rational off
c1/c2 -> (21/41, -9/82)

The latter is correct, but the former is not... (see https://tutorial.math.lamar.edu/extras/complexprimer/conjugatemodulus.aspx)

This is broken on so many levels ...

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

No branches or pull requests

1 participant