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
Hello there,
it seems that dividing expansions does not work in Mathics.
Clear["Global*"]
Clear["Global
"Cos Expansion" CosExpansion=Series[Cos[x], {x, Pi/4, 4}]
"E Expansion" EExpansion=Series[E^x,{x,Pi/4,4}]
"Divided after expanding (EExpansion /CosExpansion)" EExpansion / CosExpansion`
gets a very long error which is about 370k characters long, so I can't post it here.
The text was updated successfully, but these errors were encountered:
Hi. Looks like we are getting an infinite expansion.
Nowadays all of the development is done in https://github.com/Mathics3/mathics-core. If you copy this issue over to the issue tracker there, I'll post more information.
Sorry, something went wrong.
Works over in Mathics3. If there is something more, continue the discussion there.
No branches or pull requests
Hello there,
it seems that dividing expansions does not work in Mathics.
Clear["Global
*"]"Cos Expansion"
CosExpansion=Series[Cos[x], {x, Pi/4, 4}]
"E Expansion"
EExpansion=Series[E^x,{x,Pi/4,4}]
"Divided after expanding (EExpansion /CosExpansion)"
EExpansion / CosExpansion`
gets a very long error which is about 370k characters long, so I can't post it here.
The text was updated successfully, but these errors were encountered: