|
|
|
|
|
by perth
591 days ago
|
|
TBH TI-89 titanium is a better engineering calculator since the UI is way better. I have both a HP50G and a TI-89 titanium and I've done way more useful engineering work on the TI-89 titanium just because it's so much easier and accessible. Also of course, BASIC is a lot easier than reverse polish lisp for making some quick scripts. Also I will add, there are known symbolic math issues on the HP50G due to the CAS system it uses. I will see if I can find a link. |
|
Try a quick EE example for parallel resistor calculation that takes 2 and puts 1 value back on stack
<< 1/X SWAP 1/X + 1/X >>
Store that in RPAR in whatever directory you want or HOME. Then you whack in 2 resistors and hit the RPAR F-key. There is nothing faster or more efficient than that.
I still use a 15C all the time though. Even easier! 99% of what I do is on paper though and ends up getting chucked in the numeric solver.