On 6/2/26 7:06 PM, 'Ralf Hemmecke' via FriCAS - computer algebra system
wrote:
> 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}}
>  }

It is page 328.  First, the 5 roots is listed is previous command.
Second, this is assignment of 5 variables, only the last one
is printed, which is unnecessary.

> 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
> 

The numbering is not affected by ";" at end, just checked
in the book with this patch.

- Qian

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/fricas-devel/91a4533a-cbc2-4243-abd9-974e46671c05%40gmail.com.

Reply via email to