On 6/2/26 11:31, Qian Yun wrote:
> If you have question on any of them, feel free to ask.
Is there a reason why you want to suppress the output?
@@ -4532,7 +4532,7 @@ roots of \smath{p(x)} as \spad{i} ranges from
\spad{1} to \spad{5}. \xtc{
Assign the roots as the values of the variables \spad{a1,...,a5}.
}{
-\spadcommand{(a1,a2,a3,a4,a5) :=
(roots.1,roots.2,roots.3,roots.4,roots.5) \free{roots} \bound{ais}}
+\spadcommand{(a1,a2,a3,a4,a5) :=
(roots.1,roots.2,roots.3,roots.4,roots.5); \free{roots} \bound{ais}}
}
By this you change the output corresponding to the original printed
version of the book. I haven't yet checked, but I also guess that then
the numbering of the labels for the following outputs change, i.e. (14)
then becomes (13). I am not sure currently whether there is proper
reference to such number (i.e. in a latex-way) or whether they are
hardcoded in some way, so I would be a bit careful here.
If this is all checked, I agree with removing the output.
Ralf