|
-
Nov 16th, 2003, 05:28 PM
#1
Thread Starter
Frenzied Member
TI83 - Two lines intersecting
Does anyone have a TI83 and know how to write a program for it where it tells you if and where two (2-D) lines intersect (actually 3-D would be nice too). I probably could do this myself given time but I'm sure someone out there can do it better.
I figured this would be the most appropriate forum for this.
Have I helped you? Please Rate my posts. 
-
Nov 17th, 2003, 08:55 PM
#2
You could go the very complicated way and subtract the equations programatically, or you could go the simple route and subtract the two equations after being evaluated for many values of x (only in one direction, ie. when the absolute value of their difference gets smaller) and wait until the difference becomes an arbitrary epsilon (it would probably not actually reach zero unless your x step was infinitely small) which is very close to zero. I could probably write a progam for it later if needed.
The time you enjoy wasting is not wasted time.
Bertrand Russell
<- Remember to rate posts you find helpful.
-
Nov 17th, 2003, 09:15 PM
#3
Thread Starter
Frenzied Member
not needed, I only thought it might be fun to have. For the moment I can always write the two eqns into the graph thingy and use the inbuilt function to find their intersection.
Have I helped you? Please Rate my posts. 
-
Nov 19th, 2003, 05:02 AM
#4
-
Nov 19th, 2003, 12:23 PM
#5
Thread Starter
Frenzied Member
Have I helped you? Please Rate my posts. 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|