Benutzeranleitung / Produktwartung -42S des Produzenten HP
Zur Seite of 33
An alternative HP-42S/Free 42 Manual (Version 0.6) 2005 Author: José Lauro Strapasson, Brazil. jlstrapasson@uol.com.br http://joselauro.com/42s.pdf.
Index Index 1 Introduction 2 Basic Operations 3 Memory 4 Probability 5 Complex numbers 6 Programming 7 Using the Solver 8 Numeric Integration 9 Statistics 10 Matrices 11 Other Bases 12 Flags License f.
1 Introduction Since HP-42S was a very nice calculator, and its official manual is no longer freely available and there were many people looking for its manual, seemed good to me to write my own HP-42S manual. I personally don't have a HP-42S (more than U$300 on ebay).
2 Basic Operations 2.1 RPN HP-42S as most old HP calculators was a RPN calculator. RPN comes from “Reverse Polish Notation”. In RPN we first enter data and then we enter the mathematical operations. Example: To make a simple operation like 2+2 in a normal algebraic calculator we do 2 + 2 = which give to us 4.
So algebraic calculators are ambiguous because the many ways they work. RPN calculators are more standard and so less ambiguous. The main key to understand how to use RPN in more complex calculus is to realize that in RPN we make calculations from “inside” to “outside” instead of from left to right.
IMPORTANT : For sake of simplicity sometimes we will use / instead of ÷. 2.5 Menus Not all functions of HP-42S are visible above the keys. It has menus with much more functions. The menus are ALPHA , MODES , DISP , CLEAR , SO LVER , ∫f (x) , MATRIX , STAT , BASE , C ONVE RT , FLAGS , PROB , CUSTOM , PGM.
1.41421356237 As you can see the numbers are not truncated but rounded. Not all numbers can be seem with a fixed decimal precision. If you put 4 digits for fixed precision the number π will appear as 3.1416 but if one calculate 10 8 (do this by doing 8 ▀ 10 x ) what you are going to see is 100,000,000.
make the calculator to use ',' for decimal point and by pressing RDX. we make it use '.' for decimal point. Again the active mode is followed by a ■ sing. Here, in this manual, I suppose the calculator using '.' for decimal point.
this case the content just entered appears only once. So if you do 2 1/x or another example 9 √x what you will have will be i) Only the content of the line 4 (line t) will be lost. ii) The content of line 3 (z) goes to line 4 (t). iii)The content of line y goes to line 3 (z).
LN and ▀ e x : These functions calculate the base e=2.71828... loga r ithm and it's inverse. Unlike LOG these are very, very important functions! But what about if we want a logarithm in another base? It would be nice to have a special key for this but it is just about remembering that log x y = log z y / log z x where z is any other base.
ABCDE FGHI JKLM NOPQ RSTUV WXYZ These are sub-menus. If you press now ABCDE what you will have is A B C D E Then just pick the letter you want. But above you can see this symbol ▼▲ . This symbol means the menu has more than on line. You can access the other lines by pressing ▲ or ▼ .
3 Memory The real HP-42S has about 7200 bytes of memory while Free42 can have much more depending on the available memory in the computer/handheld. In fact, 7200 bytes is a lot of memory for HP-42S! A program of 10 lines uses about 15 bytes of memory.
Actually is not just PI you type but NOPQ P FGHI I but we wrote that for simplicity. Now to get this number back it is just type RCL “PI”. When you type RCL the “PI” should appear to you select it. You can also use STO+, STO-, STOx and STO÷ even in this case since the types of the things you are operating are the same.
3.3 The ▀ CUSTOM menu This is not related to memory but as we saw the FCN function in the CATALOG menu we are already able to talk about it. The HP-42S calculator has a lot of functions. And it is not a good idea to find the function you want every time in the FCN or to use every time XEQ “function name”.
4 Probability Probability functions are in ▀ PROB menu (over x key). They are COMB , PERM , N! , GAM , RAN and SEED . COMB : This calculates the number of combinations of N things taken r at a time. The order does not matter. A thing cannot appear more than one time.
For a integer number we have Γ(n)=(n-1)! and Γ(n+1)=n!. The number in gamma function must be real. In this point HP-42S is different from 33S which has only one function for both things. RAN : This is the random number generator which gives a pseudo-random number in 0≤ x ≤1.
5 Complex Numbers 5.1 Complex numbers in rectangular coordinates. Unlike the HP-33S (and its ancestor HP-32SII) complex numbers are straight supported and used in HP-42S. There is almost nothing special to say. Just enter -1 and press √x, what are you going to have is x: 0.
6 Programming Programming in HP-42 is very simple. It does not use RPL style of HP-48 or HP-49. You program in the same way you use the calculator and unlike some non hp cheaper calculators all the steps are shown in the display and in numbered lines.
RCL 00 x ÷ So what about if you have to solve more 100 of this kind of equation? Only changing the a , b and c values? It would be better to save all the steps in the calculator's memory and let it do the calculations for you. This is what calculators programming is about.
1 STO 00 5 +/- STO 01 4 STO 02 Now we just press R/S (to run the program) and we get 1, and pressing it again we have 4. 6.2 More than one program in the memory. If we want to have more than one program in the memory we can use more than one program space.
When in programing mode XEQ function is programed and when the program finds the XEQ function it changes to the given program which must finish with RTN function. So LBL “label” and RTN makes a kind of procedure and after the procedure is run it goes back to the previous position.
works normally and if not the program jumps one line. The X?Y functions work in the same way but now the condition is about the lines x and y of the stack and not only about line x.
7 Using the Solver Unfortunately the HP-42S does not have an equation editor like the 33S one. To use the solver and numeric integration we must enter the equation in a program which must have a global name. Let's suppose we want to solve the equation x 2 − 5 x 4 = 0 .
15 + 16 END When we leave the program mode and go to Solver menu again we select FX program and what we are going to see is A B C X Now just enter the values of A, B, C and a start value for X and we are done.:) Some interesting things to say are: 1-We can't find complex solutions.
8 Numeric Integration Suppose we want to solve numerically a integral of the form ∫ a b f x dx we write the function in the same way we did in the solver case.
9 Statistics To enter statistical data we use the function Σ+ . For one variable statistic just enter the number and press Σ+. For two variables statistic first enter y, press ENTER and then enter x (without pressing ENTER!) and finally press Σ+. To clear statistic data just do ▀ CLEAR CLΣ .
Let's start from MODL which is a “sub-sub-menu”. It has LINF , LOG , EXPF , PWRF and BEST . If the LINF is active the calculator will try to fit the data in a y=Mx+B model. If the LOG is active the calculator will try to fit the data in a y=M lnx+B model.
10 Matrices Despite of its small display one of the nice features of HP-42S is the ability to work with matrices. This is done using basically the ▀ MATRIX menu.
Exercise: Calculate the determinant of this matrix: First line: 1 2 3 Second line: -2 3 5 Third line: 0 4 -1 Solution: First we create a 3x3 matrix 3 ENTER ▀ MATRIX NEW We have x: [ 3x3 Matrix] in the display Now we press EDIT and we have 1:1=0.0000 Let's enter all elements.
you enter the real part then you enter the imaginary part and then you press ▀ COMPLEX . As here it is not a normal sum but a matrix sum we have to enter two matrices of the same size. In fact one can create an empty complex matrix and then edit it.
11 Other Bases To work with other bases we must use the ▀ BASE menu (over the “4”). This menu has the following functions: A...F : Select hexadecimal mode and show A to F. HEXM : Select hexadecimal mode. DECM : Decimal mode. OCTM : Octal mode. BINM : Binary mode.
12 Flags The HP-42S has 100 flags from 00 to 99. A flag is a “binary memory” which works as an indicator of calculator's status. A flag can be “set”(true) or “clear”(false).
An alternative HP-42S/Free42 Manual (Version 0.6) 2005 Author: José Lauro Strapasson, Brazil. LICENSE This manual is available as is without any warranty. It can be printed, put in web sites to download, freely used, etc, but cannot be translated or changed without author's permission (except for personal use).
Ein wichtiger Punkt beim Kauf des Geräts HP HP-42S (oder sogar vor seinem Kauf) ist das durchlesen seiner Bedienungsanleitung. Dies sollten wir wegen ein paar einfacher Gründe machen:
Wenn Sie HP HP-42S noch nicht gekauft haben, ist jetzt ein guter Moment, um sich mit den grundliegenden Daten des Produkts bekannt zu machen. Schauen Sie zuerst die ersten Seiten der Anleitung durch, die Sie oben finden. Dort finden Sie die wichtigsten technischen Daten für HP HP-42S - auf diese Weise prüfen Sie, ob das Gerät Ihren Wünschen entspricht. Wenn Sie tiefer in die Benutzeranleitung von HP HP-42S reinschauen, lernen Sie alle zugänglichen Produktfunktionen kennen, sowie erhalten Informationen über die Nutzung. Die Informationen, die Sie über HP HP-42S erhalten, werden Ihnen bestimmt bei der Kaufentscheidung helfen.
Wenn Sie aber schon HP HP-42S besitzen, und noch keine Gelegenheit dazu hatten, die Bedienungsanleitung zu lesen, sollten Sie es aufgrund der oben beschriebenen Gründe machen. Sie erfahren dann, ob Sie die zugänglichen Funktionen richtig genutzt haben, aber auch, ob Sie keine Fehler begangen haben, die den Nutzungszeitraum von HP HP-42S verkürzen könnten.
Jedoch ist die eine der wichtigsten Rollen, die eine Bedienungsanleitung für den Nutzer spielt, die Hilfe bei der Lösung von Problemen mit HP HP-42S. Sie finden dort fast immer Troubleshooting, also die am häufigsten auftauchenden Störungen und Mängel bei HP HP-42S gemeinsam mit Hinweisen bezüglich der Arten ihrer Lösung. Sogar wenn es Ihnen nicht gelingen sollte das Problem alleine zu bewältigen, die Anleitung zeigt Ihnen die weitere Vorgehensweise – den Kontakt zur Kundenberatung oder dem naheliegenden Service.