Re: fMin( and fMax(


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

Re: fMin( and fMax(



:fMax(function,variable)
:fMin(function, variable)

for instance:

:y1=x^2      ;I'm not sure if this is how you creat functions on the
89
:fMin(y1,x)->T
:Disp T      ;returns 0

or this:

:fMin(x^2,x)->T      ;you may have to include y=, I'm not sure
[y=x^2,x])
:Disp T      ;returns 0

----- Original Message -----
From: "Arthur Labenek" <labenek@HOTMAIL.COM>
To: <CALC-TI@LISTS.PPP.TI.COM>
Sent: Wednesday, January 10, 2001 10:33 PM
Subject: fMin( and fMax(


> for the ti-89 how would you use the fMin( and fMax( - its in the F3
(Calc)
> -a sample problem would be great.
>
>
______________________________________________________________________
___
> Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com.
>
> ******************************************************************
> * To UNSUBSCRIBE, send an email TO: listserv@lists.ppp.ti.com
> * with a message (not the subject) that reads SIGNOFF CALC-TI
> *
> * Archives at http://peach.ease.lsoft.com/archives/calc-ti.html
> ******************************************************************
>

******************************************************************
* To UNSUBSCRIBE, send an email TO: listserv@lists.ppp.ti.com
* with a message (not the subject) that reads SIGNOFF CALC-TI
*
* Archives at http://peach.ease.lsoft.com/archives/calc-ti.html
******************************************************************


References: