We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Rubi code in "Section 9.2 Function 1" had to be modified in 319d990 for bringup. Otherwise, the function results in infinite recursion.
An additional condition was added in 319d990 to avoid the infinite recursion.
Identify root cause, and fix upstream (in Rubi), if necessary.
This rule also leads to infinite recursion in ExpReduce.
ExpReduce
The text was updated successfully, but these errors were encountered:
1 Algebraic functions
Fix recusive Rubi rule in 9.2
3e238c3
See: - Mathics3/Mathics3-Rubi#5
No branches or pull requests
Problem Statement
Rubi code in "Section 9.2 Function 1" had to be modified in 319d990 for bringup. Otherwise, the function results in infinite recursion.
Temporary Fix
An additional condition was added in 319d990 to avoid the infinite recursion.
Expected Fix
Identify root cause, and fix upstream (in Rubi), if necessary.
Additional Context
This rule also leads to infinite recursion in
ExpReduce
.The text was updated successfully, but these errors were encountered: