SUMMARY
The discussion centers on programming a hot key for the log function on the TI-89 calculator. Users suggest utilizing the change of base formula to compute logarithms, specifically using the natural logarithm. A user-defined function, defined as Logg(a,b) = ln(b)/ln(a), is recommended for flexibility in calculations. Additionally, participants discuss the possibility of moving the log function to a custom menu for easier access.
PREREQUISITES
- Familiarity with TI-89 calculator functions
- Understanding of logarithmic properties and the change of base formula
- Basic programming skills on the TI-89, including defining functions
- Knowledge of navigating the TI-89 catalog and custom menus
NEXT STEPS
- Research how to define user functions on the TI-89 calculator
- Learn about customizing the TI-89 catalog and creating custom menus
- Explore the implementation of the change of base formula in programming
- Investigate additional programming capabilities of the TI-89 for advanced functions
USEFUL FOR
Students and educators using the TI-89 calculator for mathematics, particularly those frequently working with logarithmic functions and seeking to enhance their efficiency through custom programming.