Re: A86: square root -1


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

Re: A86: square root -1



I think that would actually be pretty easy using a [sqrt]FORM program, but I
don't have time to try it now.  I attached a program I wrote a while back
that just extends Clem's FORM demo to do fun stuff with your calc.  If
anyone is looking for a good way to learn how to use the math/op calls,
creating the below program would be a good idea.  I'd never used the float
stuff before I wrote this, but it's pretty simple once you try.

Note:  I'm not responsible if this program causes you to flunk a math test
because 4 + 4 = 7!  ;-)

----- Original Message -----
From: <ZeromusMog@aol.com>
To: <assembly-86@lists.ticalc.org>
Sent: Tuesday, February 02, 1999 6:28 PM
Subject: Re: A86: square root -1


>
>In a message dated 2/1/99 5:17:34 PM Pacific Standard Time,
AnswerBoy8@aol.com
>writes:
>
>> Is it possible to get to calc to respond with the i?  With imaginary
roots.
>> I
>>  know it is possible to do that on a TI-83 but what about the TI-86?
>>  Thanks Tin
>
>Hrmn... this could be an interesting project... rather than showing the
(3,3)
>format for imaginary numbers, it would be interesting if someone could hack
it
>so that it says 3+3i... but is it really that necessecary? (Kinda fun,
tho...)
>
>

BadCalc.asm