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

Make pseudo-remainder work for polynomials with symbolic coefficients #18

Open
sritchie opened this issue Jan 14, 2022 · 0 comments
Open
Labels
bug Something isn't working

Comments

@sritchie
Copy link
Member

sritchie commented Jan 14, 2022

This currently forever-hangs:

(sicmutils.rational-function/from-points '[[x1 y1] [x2 y2] [x3 y3]])

due to an infinite loop in sicmutils.polynomial/pseudo-remainder. The task is to get to the bottom of this and implement a correct algorithm!

Right now we can make rational functions from TWO points if there are any symbolic entries. That's a bit lame.

@sritchie sritchie added the bug Something isn't working label Jan 14, 2022
@sritchie sritchie transferred this issue from sicmutils/sicmutils Jan 24, 2023
@sritchie sritchie transferred this issue from another repository Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant