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

Expand does not accept a second argument #1301

Closed
vsht opened this issue Apr 22, 2021 · 0 comments · Fixed by #1335
Closed

Expand does not accept a second argument #1301

vsht opened this issue Apr 22, 2021 · 0 comments · Fixed by #1335
Labels

Comments

@vsht
Copy link

vsht commented Apr 22, 2021

In Mma Expand can be given a 2nd argument, cf.

https://wolfram.com/xid/0dejmq-rvg

In[1]:= Expand[(a + b)^2 (1 + x)^2, x]                                                                                                       

               2            2            2  2
Out[1]= (a + b)  + 2 (a + b)  x + (a + b)  x

but Mathics doesn't seem to support this syntax. Relvant for #1174

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants