Skip to content

Commit 6b1dcd0

Browse files
committed
describes the output of rational_solutions
1 parent 90763f0 commit 6b1dcd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/algorithms/solvers.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,10 @@ end
250250

251251
@doc Markdown.doc"""
252252
rational_solutions(I::Ideal{T} where T <: MPolyElem, <keyword arguments>)
253+
254+
Given an ideal `I` with a finite solution set over the complex numbers, return
255+
the rational roots of the ideal.
256+
253257
"""
254258
function rational_solutions(
255259
I::Ideal{T} where T <: MPolyElem; # input generators

0 commit comments

Comments
 (0)