The Museum of HP Calculators


Designing the letter 'N' for the HP-32SII

This program is by Tizedes Csaba and is used here by permission.

This program is supplied without representation or warranty of any kind. Tizedes Csaba and The Museum of HP Calculators therefore assume no responsibility and shall have no liability, consequential or otherwise, of any kind arising from the use of this program material or any part thereof.

Overview

It's not a big idea, but useful:

I want to make big notices, and I meet with this problem: If given 'H', 'D' and 'S', what is the size of 'L'? (See the 'picture' below:)

The equation:
S/(H-L)=COS(ATAN(L/D [CK=D486 21.0 bytes] and use SOLVE L

Listing

| S |    D     | S |

+---+          +---+ -
|    \         |   |
|     \      L |   |
|      \       |   |
|       \      |   |
|        \     |   |
|   |\    \    |   |
|   | \    \   |   |
|   |  \    \  |   | H
|   |   \    \ |   |
|   |    \    \|   |
|   |     \        |
|   |      \       |
|   |       \      |
|   |        \     |
|   |         \    |
+---+          +---+ -

Go back to the software library
Go back to the main exhibit hall