Discussion Overview
The discussion centers around creating a mathematical function in TI-Basic for use on TI calculators, specifically in the context of implementing the bisection method for a Numerical Analysis class. Participants explore how to define and evaluate functions, share resources, and troubleshoot programming issues.
Discussion Character
- Technical explanation
- Homework-related
- Debate/contested
Main Points Raised
- One participant seeks guidance on defining a mathematical function in TI-Basic to evaluate expressions like f(x) = x^2 + 3x.
- Another participant expresses frustration at the lack of responses, suggesting that programming on TI calculators may not be common.
- Links to external resources for programming on TI calculators are shared, indicating that some participants have experience with TI assembly language as a potentially faster alternative.
- A participant mentions the evalF command and its absence on the TI-89, indicating a need for a similar function.
- Discussion includes a suggestion that the TI-89 allows for defining functions that can return values, which could be useful for the original poster's needs.
- One participant shares a method for defining a function using the Define command, but encounters an error regarding variable definition when attempting to run the program.
- A participant provides a sample program that evaluates a function but expresses dissatisfaction with its professionalism, indicating a desire for a more refined approach.
Areas of Agreement / Disagreement
Participants express varying levels of familiarity with programming on TI calculators, and while some agree on the capabilities of the TI-89, others highlight challenges and errors encountered in the programming process. No consensus is reached on the best method for defining functions in TI-Basic.
Contextual Notes
Participants note limitations in the TI-89 manual regarding programming commands, which may contribute to confusion and errors in function definition.
Who May Find This Useful
This discussion may be useful for students and educators involved in Numerical Analysis or those interested in programming on TI calculators, particularly the TI-89 model.