<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Pocket Calculator Question</title>
	<atom:link href="http://habitablezone.com/2024/07/01/pocket-calculator-question/feed/" rel="self" type="application/rss+xml" />
	<link>https://habitablezone.com/2024/07/01/pocket-calculator-question/</link>
	<description></description>
	<lastBuildDate>Sun, 19 Apr 2026 21:38:00 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ER</title>
		<link>https://habitablezone.com/2024/07/01/pocket-calculator-question/#comment-53177</link>
		<dc:creator>ER</dc:creator>
		<pubDate>Tue, 02 Jul 2024 04:02:12 +0000</pubDate>
		<guid isPermaLink="false">https://habitablezone.com/?p=103520#comment-53177</guid>
		<description>Yep.

The calculators I programmed this code on originally (HP 28S,  HP48G and Casio fx7000G) were first introduced in the 1980s, and they had way much more horsepower then than I needed to perform this calculation.  Now that they are old and can&#039;t be replaced, I just want to substitute them with something with just enough capability to do the job and that will cost under $50.  (Under $20, if possible!) It also should be a device I don&#039;t have to spend more than a few minutes learning how to program.  

I don&#039;t need a high powered programmable and graphics calculator that has built in functions, statistics, calculus, DEs, matrices and fancy font and display options that will set me back a couple of hundred simoleons.  All I want is something that can do this:



&lt;blockquote&gt;Input Data Prompts
“SEX”? =&gt; O
“GHA”? =&gt; G
“DEC”? =&gt; D
“LAT”? =&gt; T
“LON”? =&gt; N

Calculate the Local Hour Angle
G+N =&gt; L

Correct the LHA
If L&lt;0 then (L+360) =&gt; L
If L&gt;360 then (L-360) =&gt; L

Calculate altitude
sinD =&gt; S
cosD x cosL =&gt; C,
S x sinT =&gt; X
C x cosT =&gt; Y
sin-1(X+Y) =&gt; H

Calculate azimuth
S x cosT =&gt; X
C x sinT =&gt; Y
(X-Y)/cosH =&gt; X
If X&gt;1 then 1 =&gt; X
If X&lt;-1 then -1 =&gt; X
cos-1(X) =&gt; A
(360-A) =&gt; Z
If L&gt;180 then A =&gt; Z

Display intercept and azimuth
“INT”
(O-H) x 60 =&gt; I &gt;
“AZM”
Z &gt;
&lt;/blockquote&gt;

I can do this manually on a non-programmable $12 calculator, but it takes about 20 minutes and it is very easy to get lost or make a mistake.  By programming it, I just need to input 5 angles and I get one line of position immediately.</description>
		<content:encoded><![CDATA[<p>Yep.</p>
<p>The calculators I programmed this code on originally (HP 28S,  HP48G and Casio fx7000G) were first introduced in the 1980s, and they had way much more horsepower then than I needed to perform this calculation.  Now that they are old and can&#8217;t be replaced, I just want to substitute them with something with just enough capability to do the job and that will cost under $50.  (Under $20, if possible!) It also should be a device I don&#8217;t have to spend more than a few minutes learning how to program.  </p>
<p>I don&#8217;t need a high powered programmable and graphics calculator that has built in functions, statistics, calculus, DEs, matrices and fancy font and display options that will set me back a couple of hundred simoleons.  All I want is something that can do this:</p>
<blockquote><p>Input Data Prompts<br />
“SEX”? => O<br />
“GHA”? => G<br />
“DEC”? => D<br />
“LAT”? => T<br />
“LON”? => N</p>
<p>Calculate the Local Hour Angle<br />
G+N => L</p>
<p>Correct the LHA<br />
If L&lt;0 then (L+360) => L<br />
If L>360 then (L-360) => L</p>
<p>Calculate altitude<br />
sinD => S<br />
cosD x cosL => C,<br />
S x sinT => X<br />
C x cosT => Y<br />
sin-1(X+Y) => H</p>
<p>Calculate azimuth<br />
S x cosT => X<br />
C x sinT => Y<br />
(X-Y)/cosH => X<br />
If X>1 then 1 => X<br />
If X< -1 then -1 => X<br />
cos-1(X) => A<br />
(360-A) => Z<br />
If L>180 then A => Z</p>
<p>Display intercept and azimuth<br />
“INT”<br />
(O-H) x 60 => I ><br />
“AZM”<br />
Z >
</p></blockquote>
<p>I can do this manually on a non-programmable $12 calculator, but it takes about 20 minutes and it is very easy to get lost or make a mistake.  By programming it, I just need to input 5 angles and I get one line of position immediately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: podrock</title>
		<link>https://habitablezone.com/2024/07/01/pocket-calculator-question/#comment-53176</link>
		<dc:creator>podrock</dc:creator>
		<pubDate>Tue, 02 Jul 2024 03:29:03 +0000</pubDate>
		<guid isPermaLink="false">https://habitablezone.com/?p=103520#comment-53176</guid>
		<description>https://www.raspberrypi.com/</description>
		<content:encoded><![CDATA[<p><a href="https://www.raspberrypi.com/" rel="nofollow">https://www.raspberrypi.com/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
