[TIB] Re: Displaying values


[Prev][Next][Index][Thread]

[TIB] Re: Displaying values



I was thinking of the wrong thing.  Mess with your Exact/Approx settings and
hit [DIAMOND][ENTER] to automatically get an approximate answer.

-------Original Message-------

From: ti-basic@lists.ticalc.org
Date: Thursday, August 29, 2002 7:18:09 PM
To: ti-basic@lists.ticalc.org
Subject: [TIB] Re: Displaying values

I tried it with pretty print on and off. It's also a Voyage 200 (92++)
running 2.08. Could that be a problem?



----- Original Message -----
From: "Robert Mohr" <rmohr@calcware.org>
To: <ti-basic@lists.ticalc.org>
Sent: Tuesday, August 27, 2002 8:16 PM
Subject: [TIB] Re: Displaying values


> Ok, that's because of the pretty print feature of the 92+. Go to mode and
> turn pretty print off.
>
> -------Original Message-------
>
> From: ti-basic@lists.ticalc.org
> Date: Tuesday, August 27, 2002 8:13:44 PM
> To: ti-basic@lists.ticalc.org
> Subject: [TIB] Re: Displaying values
>
> I just tryed it and i'm getting "x=(3*sqr(185)+1)/104
>
> 'a=52
> 'b=-1
> 'c=-8
>
>
>
> ----- Original Message -----
> From: "Robert Mohr" <rmohr@calcware.org>
> To: <ti-basic@lists.ticalc.org>
> Sent: Tuesday, August 27, 2002 7:57 PM
> Subject: [TIB] Re: Displaying values
>
>
> > I typed that in and got the correct answer multiple times. You are
typing
> > the square root symbol instead of "sqr(" in the program, right? Also,
you
> > do not need this program if you don't mind typing a little:
> > cSolve(a*x^2+b*x+c=0,x) will do the same thing, and show the nonreal
> answers
> >
> >
> > -------Original Message-------
> >
> > From: ti-basic@lists.ticalc.org
> > Date: Tuesday, August 27, 2002 7:45:55 PM
> > To: ti-basic@lists.ticalc.org
> > Subject: [TIB] Re: Displaying values
> >
> > :kuad(a,b,c)
> > :Prgm
> > :Local d
> > :b^2-4*a*c->d:If d<0 Then
> > :Disp "Non-real answer":Stop:EndIf
> > :Disp (-b+sqr(d))/(2*a),(b+sqr(d))/(2*a)
> > :EndPrgm
> >
> >
> >
> > ----- Original Message -----
> > From: "Robert Mohr" <rmohr@calcware.org>
> > To: <ti-basic@lists.ticalc.org>
> > Sent: Tuesday, August 27, 2002 7:39 PM
> > Subject: [TIB] Re: Displaying values
> >
> >
> > > Can you give us the full code of the function you're using?
> > >
> > > -------Original Message-------
> > >
> > > From: ti-basic@lists.ticalc.org
> > > Date: Tuesday, August 27, 2002 7:37:56 PM
> > > To: TI Basic
> > > Subject: [TIB] Displaying values
> > >
> > > On the 92+, I have a program that takes d and puts it in a formula.
How
> > come
> > > it comes out "(-b-3*sqr(185))/(2*a)" like I put it in, instead of
(ex.)
> 54
> > > 222343576. ???
> > >
> > >
> > >
> > > .
> > >
> > >
> >
> >
> >
> > .
> >
> >
>
>
>
> .
>
>



.



References: