Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove mentioning of ordering keyword #1

Merged
merged 1 commit into from
Feb 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions PolynomialRings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"\n",
"* Author: Luca Remke\n",
"* Version: OSCAR version 0.14.0\n",
"* Last modified: January 26, 2024"
"* Last modified: February 7, 2024"
]
},
{
Expand Down Expand Up @@ -94,13 +94,10 @@
"\n",
"| Method |\n",
"| :----------- |\n",
"| `polynomial_ring(C::Ring, var_names::Vector{String}; ordering=:lex, cached = true)` |\n",
"| `polynomial_ring(C::Ring, var_names::Vector{String})` |\n",
"\n",
"Its return value is a tuple `R, vars` consisting of a polynomial ring `R` with coefficient ring `C` and a vector `vars` of generators corresponding to the strings in vector `var_names`. \n",
"\n",
"The parameter `ordering` defines the monomial order and is assigned the default value `lex`. \n",
"Caching is used to ensure that a constructed ring is unique in the system.\n",
"\n",
"Here are a few examples:"
]
},
Expand Down