Mathics icon indicating copy to clipboard operation
Mathics copied to clipboard

This repository is for archival. Please see https://github.com/Mathics3/mathics-core

Results 106 Mathics issues
Sort by recently updated
recently updated
newest added

This just serves to list Missing Tensor functions * KroneckerDelta — identity tensor * LeviCivitaTensor — totally antisymmetric tensor * Band — specify banded structure in a sparse array *...

enhancement

A feature to display step-by-step solutions just as Wolfram Alpha or Malmath do

The ability to launch external commands, would be a nice addition For example: ``` In[1]:= !python -c "print(1+1)" 2 ``` This requires implementing the `Run` command [1] and adding some...

enhancement
suitable for newcomers

Is it possible to set the base url for mathics server ? I'd like to run it behind a reverse-proxy and can't expose it at the root of the domain....

Add a command line switch to mathicsserver to add domains or even `'*'` to the list of `ALLOWED_HOSTS` in Django's settings. e.g. `mathicsserver --domain foo.com` → `ALLOWED_HOSTS=['foo.com']` I know this...

Wny are we so slow on: * `a + b + 4.5 + a` * `a * b * 4.5 * a` * `a / b / 4.5 ` *...

![image](https://user-images.githubusercontent.com/62714153/126413505-71c6bbc1-b084-484f-9094-2372ac318933.png)

This tries to rebase #635 against mathics 2.2.0. Resume of that is inside this: * graphics3d: small fixes for using mp numbers * tensors: adding transform symbols. * graphics: a...