forked from fricas/fricas
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -204,7 +204,7 @@ the four variables are completely determined and thus | |
these sets have dimension zero. | ||
|
||
We give now the precise specifications of each decomposition. | ||
This assume some mathematical knowledge. | ||
This assumes some mathematical knowledge. | ||
However, for the non-expert user, the above explanations will | ||
be sufficient to understand the other features of the | ||
\spadtype{RSEGSET} constructor. | ||
|
@@ -380,15 +380,15 @@ Define a polynomial system. | |
\end{texonly} | ||
\xtc{ | ||
Let us try the information option. | ||
N.B. The timing should be between 1 and 10 minutes, depending on your machine. | ||
%N.B. The timing should be between 1 and 10 minutes, depending on your machine. | ||
}{ | ||
\spadcommand{zeroSetSplit(lq,true,true)\$T; \free{lq} \free{T}} | ||
} | ||
|
||
Between a sequence of processes, thus between a \spad{]} and a \spad{[} | ||
you can see capital letters \spad{W, G, I} and lower case letters | ||
\spad{i, w}. Each time a capital letter appears a non-trivial computation | ||
has be performed and its result is put in a hash-table. | ||
has been performed and its result is put in a hash-table. | ||
Each time a lower case letter appears a needed result has been | ||
found in an hash-table. | ||
The use of these hash-tables generally speed up the computations. | ||
|
@@ -442,6 +442,4 @@ even if the {\em Primeidealkettensatz} is used. | |
Thus just try both, with the various options, before concluding | ||
that you cannot solve your favorite system with \spadfun{zeroSetSplit}. | ||
There exist more options at the development level that are not | ||
currently available in this public version. | ||
So you are welcome to contact {\em [email protected]} for more | ||
information and help. | ||
listed above. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters