-
@roserhp we have probably discussed this but now I forgot, sorry: why are these warnings and not errors?
https://github.com/Macaulay2/Workshop-2020-Warwick/blob/efa4e5df2c544d671f85c2ee144b26a254c1…
-
Here it essentially implies that the input (Ring, List, List) works for gaussianRings as well
https://github.com/Macaulay2/Workshop-2020-Warwick/blob/ffb2fb754e94c6083883b2c9a7c2703e6cb61b84/Algebrai…
-
From the command line, running the following sequence
```
QQ[x]
help "RingElement"
```
Produces the following error
> stdio:2:1:(3): error: makeDocumentTag: package cannot be determined: 'o…
-
> > Is the use of TEST in Macaulay2Doc detected and an error message issued?
>
> No. I don't think an error is worth it though.
I think it is, since if someone puts a test in and it doesn't get …
-
For example:
needsPackage "GraphicalModelsMLE"
G = mixedGraph(digraph {{1,3},{2,4}},bigraph {{3,4}})
S = matrix{{2.93, -1.7, 0.76, -0.06},
{-1.7, 1.64, -0.78, 0.1},
{0.76…
-
https://github.com/Macaulay2/Workshop-2020-Warwick/blob/ffb2fb754e94c6083883b2c9a7c2703e6cb61b84/AlgebraicStatistics/GraphicalModels.m2#L2577
-
The following code is returning an expected answer.
```
K=toField(QQ[a]/ideal(sum apply(7,i->a^i)))
R=K[x,y,z]
f4=x^3*y+y^3*z+z^3*x
H=jacobian transpose jacobian f4
f6=-1/54*det(H)
I=minors(2…
-
This code is wrong:
```
/Applications/Macaulay2-1.15/share/Macaulay2/Core/packages.m2:470:23-470:44: --source code:
package Sequence := s -> youngest (package\s)
```
because it depends …
-
Hi @roserhp,
could you help understand the following?
1. gaussianRing?bigraph doesn't seem to work
https://github.com/Macaulay2/Workshop-2020-Warwick/blob/686475dc1b7d06ccbbd65c1601715931aa96…
-
Will there be a git tag for the beta version? Currently, this is what `git describe` gives us:
```
profzoom@peg-amy:~/src/macaulay2/M2$ git describe --tags origin/release-1.17
version-1.16.0.2-1…