50g group photo

Yahoo Groups archive

50g

Archive for 50g.

Index last updated: 2026-03-30 00:59 UTC

Thread

How to enter t to solve antideriv in re

How to enter t to solve antideriv in re

2010-01-04 by J

Hello all: I've made significant progress using my HP50G with the help I got here. I have now another question: I found how to do antiderivatives, the problem is there is no explanation as to how to enter two variables on the stack. The example is find the antiderivate of 6*t*x dx........ I know that my default is X, how do I type the t? I tried alpha t and got an error. I also know that to solve it in relation to t I change the default variable to t. Then, how do I type the X? At this moment I will be happy if I can keep X as default and find how to enter t. thank you.
 
John
 
 



Re: [50g] How to enter t to solve antideriv in re

2010-01-04 by Marcus Fazzi (Anunakin)

See this:
https://docs.google.com/fileview?id=0B0A7CZLdyMqpMjU3MDFkZTQtM2MzOS00ODZiLWFkZmYtNDJlODBmOTIyYTg1&hl=en

This doc I made (portuguese) is about using wxMaxima and HP50/4x to solve a ODE with Laplace

2010/1/4 J <professorman40@...>
 

Hello all: I've made significant progress using my HP50G with the help I got here. I have now another question: I found how to do antiderivatives, the problem is there is no explanation as to how to enter two variables on the stack. The example is find the antiderivate of 6*t*x dx........ I know that my default is X, how do I type the t? I tried alpha t and got an error. I also know that to solve it in relation to t I change the default variable to t. Then, how do I type the X? At this moment I will be happy if I can keep X as default and find how to enter t. thank you.
 
John
 
 






--
Marcus Fazzi
オープンソースコード いきかた!
http://anunakin.blogspot.com/
http://www.vivaphp.net

Re: How to enter t to solve antideriv in re

2010-01-06 by Buchin

 Hello John, I am not sure why you have an error when you press |ALPHA| |T|, but it might be because you have a variable called T in the directory that you are currently working, to check that press |VAR| and see if you have a variable T (you may have to press |NXT| to check the hole directory. If that is the case, purge the variable, press (I assume that you are working with RPN and soft menus) | ' | |ALPHA| |T| |ENTER| |TOOL| and select |PURGE| from the soft menu.


To find the antiderivative, you can use the command INT or INTVX, INT does not work with the default variable so you have to provide the name of the variable, INTVX in the other hand works with the default variable (saved in the VX variable in the CASDIR directory).


Let's try INTVX, make sure that 'X' is the default variable; press | ' | |6| |×| |ALPHA| |T| |×| |X| |ENTER| |Left-Shift| |CALC| and choose INVX from the soft menu, then press |EVAL| to simplify.


For the command INT, you have to enter the expression, which integral its  to be evaluated, the variable name (in our case 'T') and a value of the upper limit of the integral, (the lower limit is always zero) we live this value as 'T' for this example; (leave 'X' as the default variable), press | ' | |6| |×| |ALPHA| |T| |×| |X| |ENTER| now enter the variable, press | ' | |ALPHA| |T| |ENTER|, duplicate the variable, press |ENTER|, now enter the command, |ALPHA| |ALPHA| | I | |N| |T| |ENTER|, then press |EVAL| to simplify.


I hope this helps you.


Juan