-
A number of desirable improvements to Macaulay2 interface is outlined in this [Jupyter notebook](https://github.com/Macaulay2/Workshop-2019-Minneapolis/blob/master/exploring-m2-interface.ipynb)
An …
-
Unless I'm way off about what we want `//` and `%` to mean, I think these are all wrong:
https://github.com/Macaulay2/M2/blob/ec9e9ac60ed4a8e791448942202f077a88a87e15/M2/Macaulay2/m2/reals.m2#L213-L2…
-
The following code (note the return type is `ideal`, not `Ideal`!) gives an error during `installPackage`. Removing the doc node, or changing the return type to `Ideal` both work correctly. Perhaps …
-
1. This is already in Graphs. Should it be fixed?
If you run descendants of a vertex, then the output includes the vertex itself. But if you run children then the vertex is not included
https://f…
-
Macaulay's has recently implemented a javascript graph visualization tool that has some commonalities with what we are trying to achieve. See this [demo](http://www2.macaulay2.com/Macaulay2/share/Maca…
-
I no longer can figure out how to run Macaulay2 in CoCalc -- see https://faculty.math.illinois.edu/Macaulay2/TryItOut/ .
Also, CoCalc has the concept of "kernel" -- could Macaulay2 become one of th…
-
For example:
```m2
i1 : locate makeDocumentTag (sin, Number)
o1 = /usr/share/Macaulay2/typicalvalues.m2:271:0
o1 : FilePosition
```
That file doesn't exist! It should be `/usr/share/Macau…
-
Currently it's not possible to assign methods for these operators:
```m2
i1 : X = Y = T = new Type;
i2 : #T := identity
stdio:2:4:(3): error: can't assign a method for this unary operator
i3 …
-
```m2
help "packages provided with Macaulay2"
```
![image](https://user-images.githubusercontent.com/3147718/111068137-80c01e80-8495-11eb-93e0-92ec8dc31ce3.png)
-
This is a continuation of [1]. I attempted to build the latest version of the Macaulay2 fork of mathicgb on a powerpc machine. However, unittest hangs when it gets to GB.small.
I tried debugging it…