TI-BASIC :: Max of Y1
Author: CalicoZac Subject: Max of Y1Posted: 24 Mar 2013 06:12:20 pm (GMT -5) Heres the snippet... Lbl z0 ClrHome :ClrDraw InputStr "Y1(X):",y: expr("Define Y1(x)="&y) expr("Define...
View ArticleTI-BASIC :: RE: Max of Y1
Author: Travis Posted: 24 Mar 2013 06:37:05 pm (GMT -5) Here's what I found going through:Code:Lbl z0 ClrHome :ClrDraw InputStr "Y1(X):",y: expr("Define Y1(x)="&y) expr("Define...
View ArticleTI-Freak8x :: RE: TI-84+CSE: Connect4
Author: tifreak8x Posted: 24 Mar 2013 07:29:15 pm (GMT -5) Ashbad: Yeah, I guess I could do that, add something before everything starts. Just trying to keep the size of the program down, it's already...
View ArticleTI-BASIC :: RE: Max of Y1
Author: CalicoZac Posted: 24 Mar 2013 08:40:31 pm (GMT -5) Wow, thank you SO much for the help... It makes a lot more sense now. However, After making these changes, i am getting a "data type" error...
View ArticleTI-BASIC :: RE: Max of Y1
Author: Travis Posted: 24 Mar 2013 08:56:33 pm (GMT -5) In this case, you should be okay making the two changes I mentioned —the approx( part and the *. Try these if you haven't already. If you're...
View ArticleTI-BASIC :: RE: Max of Y1
Author: CalicoZac Posted: 24 Mar 2013 09:01:34 pm (GMT -5) With those changes, As soon as I enter in the function, in this case just a random function to derive: X^4. I get y1(x)=x^4, y2(x)=24x,...
View ArticleTI-BASIC :: RE: Max of Y1
Author: Travis Posted: 24 Mar 2013 09:47:53 pm (GMT -5) What does your y3(x) line look like exactly? I'm not getting the error. Storing directly to x could cause problems because in future expressions...
View ArticleTI-BASIC :: RE: How to put results of "solve()" into variable?
Author: Travis Posted: 24 Mar 2013 09:56:57 pm (GMT -5) The part( function may help. It's essentially a parsing tool. solve(x^2=4,x) returns x=2 or x=-2 part(solve(x^2=4,x)) returns 2, the number of...
View ArticleTI-BASIC :: RE: Max of Y1
Author: CalicoZac Posted: 24 Mar 2013 10:23:51 pm (GMT -5) My y3(x) line is just blank... no spaces, no numbers just blank... I changed the fMax(y2(x),x) to use the y... that cuts down some unnecessary...
View ArticleTI-BASIC :: RE: Max of Y1
Author: Travis Posted: 24 Mar 2013 11:07:05 pm (GMT -5) First, I think storing to x and y is causing a lot of problems here for the reason I mentioned, where we have expressions where we want x and y...
View ArticleTI-BASIC :: RE: Max of Y1
Author: CalicoZac Posted: 24 Mar 2013 11:17:19 pm (GMT -5) Okay, utilizing the part(,2), and storing the fMax() to k directly, I am now getting an answer like this:"1.999999999999E13"/768 But i know...
View ArticleTI-BASIC :: RE: Max of Y1
Author: Travis Posted: 24 Mar 2013 11:53:01 pm (GMT -5) It appears I may be mistaken regarding passing y to fMax, because I'm getting really bizarre values from it that I can't explain (admittedly, I'm...
View Articlez80 Assembly :: RE: graphics problem
Author: KermMartian Posted: 25 Mar 2013 12:59:36 am (GMT -5) The graphDraw flag could be more accurately be called the graphDirty flag. When it is 1, the OS clears the screen and re-draws the axis and...
View ArticleCalculator Hardware :: RE: Overclocking the TI-83+SE / TI-84+/SE Family
Author: KermMartian Posted: 25 Mar 2013 01:01:05 am (GMT -5) Understandable, and thanks for that colorful description of your reaction (bare/bear notwithstanding ). I would recommend that most...
View ArticleCalculator Hardware :: RE: TI 84 Plus Keypad not functioning
Author: KermMartian Posted: 25 Mar 2013 01:02:43 am (GMT -5)Gryphon wrote:Wow! thanks for all the replies @KermMartian I have a soldering iron an a little bit of experience If you start with using a...
View ArticleCasio Prizm/FX Development & Programming :: RE: Flyingfisch's NEW PrizmSDK...
Author: KermMartian Posted: 25 Mar 2013 01:04:02 am (GMT -5)flyingfisch wrote:OK, did that, now the canvas is one px too small, and I still have all kinds of different colors instead of all black....
View ArticleWebsite :: RE: Spam Posts
Author: AHelper Posted: 25 Mar 2013 02:33:25 am (GMT -5)http://www.cemetech.net/forum/viewtopic.php?p=202515http://www.cemetech.net/forum/profile.php?mode=viewprofile&u=5246_________________Aww,...
View ArticleWebsite :: RE: Spam Posts
Author: tifreak8x Posted: 25 Mar 2013 03:38:24 am (GMT -5)AHelper wrote:http://www.cemetech.net/forum/viewtopic.php?p=202515http://www.cemetech.net/forum/profile.php?mode=viewprofile&u=5246 Dealt...
View ArticleGeneral Open Topic :: RE: Yahoo! answers
Author: tifreak8x Posted: 25 Mar 2013 06:13:03 am (GMT -5)http://answers.yahoo.com/question/index?qid=20130324140850AAm3XTB Someone asking about scatter plots on the 83._________________Projects: AOD...
View ArticleYour Projects :: RE: z80 emulator for Nspire
Author: aeTIos Posted: 25 Mar 2013 06:18:33 am (GMT -5) I use a bootfree 2.43 ROM and it works just fine?
View Article