Programming Hot Key for TI-89 Log Function

  • Context: Calculators 
  • Thread starter Thread starter philipc
  • Start date Start date
  • Tags Tags
    Log Ti-89
Click For Summary

Discussion Overview

The discussion revolves around programming a hot key for the log function on the TI-89 calculator, focusing on ease of access for frequent use in class. Participants explore various methods to achieve this, including user-defined functions and custom menus.

Discussion Character

  • Exploratory, Technical explanation, Homework-related

Main Points Raised

  • Philip seeks a way to program a hot key for the log function to avoid using the catalog frequently.
  • One participant suggests using the change of base formula for logarithms but acknowledges they are unfamiliar with programming hot keys.
  • Philip mentions that while they know how to program hot keys, the output only appears in the program window and asks for a solution to display it in the main window.
  • Another participant proposes creating a user-defined function for logarithms instead of a program, suggesting a method to define a function that calculates logarithms with any base.
  • Philip requests clarification on how to utilize custom menus for easier access to functions.

Areas of Agreement / Disagreement

Participants express differing views on the best approach to access the log function, with no consensus on a single solution. Some suggest programming hot keys while others recommend user-defined functions or custom menus.

Contextual Notes

There are limitations regarding the specific programming capabilities of the TI-89 and the exact methods for displaying outputs in the main window, which remain unresolved.

Who May Find This Useful

Students using the TI-89 calculator for mathematics or engineering courses, particularly those frequently utilizing logarithmic functions.

philipc
Messages
57
Reaction score
0
I have a class where I'm using the log function a lot, I would like to program a hot key to display log on my ti-89 for I don't have to mess with the catalog, any suggestions?
Thanks
Philip
 
Computer science news on Phys.org
There isn't a nice key for base 10 logs. Use the change of base formula, using natural logs.

[tex]\log_{a}b=c[/tex]

[tex]a^c=b[/tex]

[tex]c=\frac{\ln b}{\ln a}[/tex]

EDIT: Sorry, you wanted to program a hotkey. I'm not familiar with how to do that, but I'm sure it's in the manual.
 
Last edited by a moderator:
I know how to program the hot keys, but it displays only in the program window, if I can display it in the main window, I would be set. Any one know how to make a program display stuff in the main window?
Thanks
Philip
 
if you want to use this function in calculations, a program isn't very helpful. I would suggest a user defined function. first,let me mention that I think log is in catalog, maybe you can move it to your custom menu. Anyways, what I do, is make a function that does the log base anything of anything. try this: define Logg(a,b)=ln(b)/ln(a) or you could do ln(b)/ln(a)-> Logg(a,b) (ps the '->' is the store button on your calculator. I think define is f4 or something, if you can't find it look in your catalogue)
 
Can you enlighten me on this custom menu stuff
Philip
 

Similar threads

Replies
4
Views
4K
Replies
1
Views
3K
  • · Replies 6 ·
Replies
6
Views
6K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 5 ·
Replies
5
Views
7K
  • · Replies 2 ·
Replies
2
Views
7K
  • · Replies 6 ·
Replies
6
Views
24K
  • · Replies 1 ·
Replies
1
Views
8K
  • · Replies 1 ·
Replies
1
Views
10K
  • · Replies 7 ·
Replies
7
Views
11K