This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's TI-BASIC subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. TI-Basic => TI-BASIC
Author Message
BatBlaster


Member


Joined: 10 Oct 2007
Posts: 160

Posted: 04 Feb 2010 06:17:32 pm    Post subject:


Code:
:Prompt A
:Prompt B
:(2)/B→C
:C/4→D
:Disp C
:Disp D

USAGE NOTES:
A=amplitude
B=frequency
πC=Period
πD=Interval

I did it on a school calc and deleted it, but saved the code.


Last edited by Guest on 04 Feb 2010 06:19:04 pm; edited 1 time in total
Back to top
Weregoose
Authentic INTJ


Super Elite (Last Title)


Joined: 25 Nov 2004
Posts: 3976

Posted: 04 Feb 2010 06:36:01 pm    Post subject:

Doesn't look like a waste to me...
Back to top
BatBlaster


Member


Joined: 10 Oct 2007
Posts: 160

Posted: 04 Feb 2010 06:52:45 pm    Post subject:

We can't do this on tests. we are pressed for time so yeah. Thats why she thinks its useless.
I rewrote it in python by the way.

Code:
amplitude = input('Amplitude: ')
frequency = input('Frequency: ')
period = (2)/frequency
interval = period/4
print "period = "+ str(period)+"pi"
print "interval = "+str(interval)+"pi"
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    »
» View previous topic :: View next topic  
Page 1 of 1 » All times are UTC - 5 Hours

 

Advertisement