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.
68k Calculator Basic =>
TI-BASIC
Author |
Message |
|
cl10k
Newbie
Joined: 09 Mar 2009 Posts: 2
|
Posted: 09 Mar 2009 02:25:05 am Post subject: |
|
|
Hello everyone^^
i'm writing a small program in basic and i need the solve() command.
Code: solve(p*v=m*r*t,p) P=m*r*t/v
p=p
solve doesn't store the result in p,
so i tried:
Code: solve(p*v=m*r*t,p)->temp
temp=p=m*r*t/v
now it stores the result in temp, but in a way that i can't use to continue my calculations. i need the pure result without the "p", more like this:
Code: temp=m*r*t/v
Any suggestions how to achive the desired output?
Thank you
PS Sry for my english^^
Edit: I'm using a ti v200
Last edited by Guest on 09 Mar 2009 02:29:05 am; edited 1 time in total |
|
Back to top |
|
|
|
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