mathics / Mathics

This repository is for archival. Please see https://github.com/Mathics3/mathics-core
https://mathics.org
Other
2.08k stars 208 forks source link

Dividing Expansions does not work #1593

Closed Arsalan-Zahid closed 1 year ago

Arsalan-Zahid commented 2 years ago

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 commented 1 year ago

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 commented 1 year ago

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