Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rfabbri committed Sep 13, 2024
1 parent 78b4057 commit 823c91a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tutorial/MinusUtility.m2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
needsPackage "MonodromySolver"
debug SLPexpressions -- for newprinttable
debug SLPexpressions -- for newPrintTable
-- Utilities to help iterface with Minus
-- To be included ih other files

Expand Down
4 changes: 2 additions & 2 deletions tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ load("start-linecircle.m2")
This will run monodromy to compute the solutions in your file.
It will write out the following files into the current folder:

- `startSys` : the start solution and corresponding base point (parameters).
- `startSys` : the start solutions and corresponding base point (parameters).
This is a text file in Macaulay format. It can be used both for your fast C++ solver,
and for prototyping the fast online solution in the next step.

Expand Down Expand Up @@ -87,7 +87,7 @@ This will get you running the basic scripted solver in Macaulay.
You can then follow the steps to produce a more optiized solver still in
Macaulay as documented above for `linecircle`.

There are steps to now to generate your own C++ optimized solver within the
There are steps to now generate your own C++ optimized solver within the
Minus C++ framework. We are in the process of releasing the precise steps.
An idea can be had in the toploevel `minus/README.md` file with accompanying
videos. The final steps will be released soon.

0 comments on commit 823c91a

Please sign in to comment.