|
|
|
|
|
by gajomi
5040 days ago
|
|
This looks cool. I am a big fan of the sympy's lightweight/modular approach to computer algebra, and so its great to see work on a nice front end. I have one random question. What was the rationale behind having "Apply" overwrite the head of an expression? If a function "f" takes a list to a list and I call "Apply[Plus,f[x]]" I would like the result to have "Plus" as the new head with "f[x]" as the tail. But as it it it feels like mixed semantics. Is there something I am missing? |
|