On Tuesday, January 23, 2018 at 12:22:16 AM UTC-6, oldk1331 wrote:
>
> You can use 
>
> )set message prompt plain 
>
> and/or 
>
> )boot $IOindex := nil 
>
>
These have no effect for me on 1.3.2

                      FriCAS Computer Algebra System 
                            Version: FriCAS 1.3.2

(1) -> )set output algebra off
(1) -> )set output tex on
(1) -> )set message prompt plain
-> ii:=integrate(sin(x),x)

$$
-{\cos 
\left(
{x} 
\right)}
\leqno(1)     ======> still there
$$


Trying the other command you posted gives


-> )boot $IOindex := nil 
(EVAL-WHEN (EVAL LOAD) (SETQ |$IOindex| NIL))
Value = NIL

-> ii:=integrate(sin(x),x)

$$
-{\cos 
\left(
{x} 
\right)}
\leqno(NIL)   =====> What is this?
$$


--Nasser
 

> On Tue, Jan 23, 2018 at 1:34 PM, 'Nasser M. Abbasi' via FriCAS - 
> computer algebra system <[email protected] <javascript:>> wrote: 
> > 
> > When getting latex output of a result, the result has an equation number 
> > there in the output. 
> > 
> > I just need the latex of the answer, without having an equation number. 
> > 
> > Is there a way to configure it to remove the equation number? Here is an 
> > example 
> > 
> > setSimplifyDenomsFlag(true) 
> > )set output algebra off 
> > )set output tex on 
> > s:=asin(sqrt(1-x^2))/sqrt(1-x^2); 
> > ii:=integrate(s,x) 
> > 
> > The output is 
> > 
> > $$ 
> > -{{{{\arcsin 
> > \left( 
> > {{\sqrt {{-{{x} \sp {2}}+1}}}} 
> > \right)}} 
> > \sp {2}} \over 2} 
> > \leqno(9)     =========> Do not want this 
> > $$ 
> > 
> > Using 1.3.2 
> > 
> > thanks 
> > --Nasser 
> > 
> > 
> > 
> > -- 
> > 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] <javascript:>. 
> > To post to this group, send email to [email protected] 
> <javascript:>. 
> > Visit this group at https://groups.google.com/group/fricas-devel. 
> > For more options, visit https://groups.google.com/d/optout. 
>

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to