Search the web
Sign In
New User? Sign Up
50g
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 640 - 669 of 981   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
640
Here is a little program for finding the approximate nth roots of a Gaussian integer: %%HP: T(3)A(R)F(.); \<< OVER ABS OVER XROOT UNROT SWAP ARG 0 PICK3 1 - ...
Jeremy Hawdon
leikkaus27
Offline Send Email
Jan 1, 2009
11:07 am
641
Hello Joe, if you want to get the n root of a number b, you have to solve the equation x^n-b=0, to solve this you have to use the command PROOT which needs as...
Juan C.
jcbuchin
Offline Send Email
Jan 1, 2009
9:33 pm
642
Don, that was really helpful. It will be easy enough to write a program to do this automatically. When I do so, I'll share it with the group. Thanks again! ...
Joe Colannino
joecolannino
Offline Send Email
Jan 2, 2009
6:49 am
643
Also note that if you've set the 'exact' mode, the solution to x^2+1=0 will give the results in an algebraic form. And you don't have to have the '=0' part. I...
Don Hart
ddhart1
Offline Send Email
Jan 4, 2009
3:23 am
644
Hello all, RAND generates uniformly distributed random numbers, and I'm trying to find a method for generating normally distributed random numbers. Any ideas?...
Shawn D. King
shawndking
Offline Send Email
Jan 13, 2009
4:10 pm
645
hi, im having some basic problems, i just bought my 50g but there are some basic thing i dont know how to do, like solving systems of equations of 3 unknowns,...
missing_u1905
Offline Send Email
Jan 14, 2009
6:40 am
646
If you know how to use matrices, you can just "divide" the column vector [4 7 19] by the coefficient matrix [3 -2 1 ...]. The matrix writer makes it easy to...
Richard Saylor
xulinim
Offline Send Email
Jan 14, 2009
11:07 am
647
Maybe this will help - http://www.sitmo.com/doc/Generating_Normal_Distributed_Random_Numbers Richard in NC ... to...
Richard Saylor
xulinim
Offline Send Email
Jan 14, 2009
11:44 am
648
simultaneous equations: go to numeric solve, choose solve linear go to MTRW (matrix writer) enter numbers in brackets [4 -5 8] with a space between the numbers...
Alan Golightly
alanthegringo
Offline Send Email
Jan 14, 2009
2:48 pm
649
... One way (page 9.9 of the Users Manual): Use <right-shift,7> (NUM.SLV) to invoke the numerical solver. Pick 4 (Solve lin sys...). Enter the coeeficients...
pDale Campbell
pdalec
Offline Send Email
Jan 14, 2009
6:11 pm
650
By the way, when entering matrices and vectors using square brackets instead of the matrix writer, commas are kind of inconvenient and messy looking. In RPN...
Richard Saylor
xulinim
Offline Send Email
Jan 16, 2009
1:13 am
651
... If you are wanting to learn how to do it, that link is a really good resource. If you just want to be able to generate a set of data that is normally...
Tim Wessman
timwessman
Offline Send Email
Jan 17, 2009
7:00 am
652
I just recently purchased my 50g and had a question pertaining to folders on the SD card. From the calculator FILES function, I am not able to create new ...
Kenneth Horton
ka1gfn
Offline Send Email
Jan 18, 2009
3:09 pm
653
... SD folders are DOS folder, not calculator directories. Use the silver left arrow to browse into the folder. You can't recall or store them. Copy an HP...
Tim Wessman
timwessman
Offline Send Email
Jan 19, 2009
4:47 pm
654
Hello Tim, I know that there is an updated version of SDFiler with the fixed HPGCC filesystem: http://timandkatie.com/calc/sdfiler.zip , but the link no longer...
Simone
gems_tux
Offline Send Email
Jan 22, 2009
10:06 am
655
... Hello, The folder was accidentally deleted and I couldn't find a backup of that one file. Someone was kind enough to send it back to me. The latest version...
Tim Wessman
timwessman
Offline Send Email
Jan 28, 2009
3:34 pm
656
Hello, the command -> L (Laplace transform) of NEOPOLYS 8.1 fails on my HP 50g: cos(a*t+b) -> L Error: Bad Argument Value cos(2*t+3) -> L Error: Bad Argument...
Simone
gems_tux
Offline Send Email
Jan 30, 2009
9:52 am
657
I don't use it so this is just a guess. It might be that it only works in approx mode, which could explain the different results you get for... cos(2*t+3) and ...
Don Hart
ddhart1
Offline Send Email
Jan 30, 2009
10:37 pm
658
Hi Don, Neopolys should work both approx mode that exact mode. However, the Laplace transform (->L) of cos(2*t+3) -> (1. 0.)/(1. 0. 9.), i.e. x/(x^2+9),is...
Simone
gems_tux
Offline Send Email
Jan 31, 2009
10:03 am
659
Hi, I'm using Emu48, and if I create a prog in this emulator, I don't know hwo I can use it in my HP50g. Can you help me Please?! Thanks a lot... Nico...
affcmoderateur
Offline Send Email
Feb 1, 2009
5:54 pm
660
Hi I download this lib ( http://www.hpcalc.org/details.php?id=3181 ), And I wanted to create my personal equation lib. I can done it, but I couldn't insert...
affcmoderateur
Offline Send Email
Feb 1, 2009
6:07 pm
661
Try :TAG:{0 "INFO1"}...
Don Hart
ddhart1
Offline Send Email
Feb 2, 2009
12:18 am
662
Put the program on the stack and save it to your hard drive with "save object" in the EDIT menu. Then load it onto your SD card....
Don Hart
ddhart1
Offline Send Email
Feb 2, 2009
12:21 am
663
Thanks. With: " :T:{0 INFO1}, it's ok. But now If I want to add a grob. How and where I save it?! Thanks Nico...
affcmoderateur
Offline Send Email
Feb 3, 2009
5:52 pm
664
Sorry, I'm not familiar with that app. Did you RTFM? Hopefully someone else will reply....
Don Hart
ddhart1
Offline Send Email
Feb 4, 2009
12:54 am
665
Hi, I'm sorry I don't understand "RTFM"......
affcmoderateur
Offline Send Email
Feb 8, 2009
1:23 pm
666
... RTFM = Read The Fine Manual...
Daniel Stripes
analogtek
Offline Send Email
Feb 8, 2009
3:16 pm
667
The "F" is subject to interpretation....
Mark Herrmann
mherr78
Offline Send Email
Feb 9, 2009
1:58 pm
668
Hi I just bought my Hp50g... I need to find one or several videos on how to use it or on good text on how to use it...manual is not good for that... can anyone...
J
professorman40
Offline Send Email
Feb 16, 2009
1:50 pm
669
... Have you seen this website?: http://hp50g.pbwiki.com/ I've found a couple of websites on programming the thing... http://www.thiel.edu/mathproject/itphpc/ ...
pDale Campbell
pdalec
Offline Send Email
Feb 16, 2009
2:03 pm
Messages 640 - 669 of 981   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help