Post Reply 
Logarithmic-Plot: semilogx() loglog()
03-26-2017, 06:25 PM (This post was last modified: 03-26-2017 08:03 PM by Francis Mathews.)
Post: #3
RE: Logarithmic-Plot: semilogx() loglog()
You can write your formula in terms of 10^x. The plot will be in terms of "decades". For instance, when plotting the amplitude in decibels of a function like F(s)=10s/((s+100)(s+1000), where s = i.x (i is the imaginary unit, and x is the angular frequency in radians per second), something that led me to this thread, I entered in the HP-PRIME: F1(x) = 20*log(|10*((0,10^x))/(((0,10^x)+100)*((0,10^x)+1000))|), it is much easier to read on the HP-PRIME screen. The plot versus x, which is actually the common logarithm of your original variable is just what I wanted.
To see the plot, I went to [shift] setup/plot and entered as the horizontal range for the plot x between -2 and 5, and y between -100 and -50. I have included a screen shot or three of the process below, click on it. Good luck on your journey!


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Logarithmic-Plot: semilogx() loglog() - Francis Mathews - 03-26-2017 06:25 PM



User(s) browsing this thread: 1 Guest(s)