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

Dividing Expansions does not work #1593

Closed
Arsalan-Zahid opened this issue Jun 23, 2022 · 2 comments
Closed

Dividing Expansions does not work #1593

Arsalan-Zahid opened this issue Jun 23, 2022 · 2 comments

Comments

@Arsalan-Zahid
Copy link

Arsalan-Zahid commented Jun 23, 2022

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.

@rocky
Copy link
Member

rocky commented Jul 11, 2022

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.

@rocky
Copy link
Member

rocky commented Aug 7, 2022

Works over in Mathics3. If there is something more, continue the discussion there.

@rocky rocky closed this as completed Aug 7, 2022
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

2 participants