Post Reply 
file scripts in the hp-prime
08-27-2016, 01:56 PM (This post was last modified: 09-07-2016 12:48 PM by compsystems.)
Post: #1
file scripts in the hp-prime
scripts in the hp-prime

Hello, What do you think that the hp-prime can read a script command file .hppscript, the purpose is to step demonstrations to students without running programs

Example 1

The input file would be the following

Code:
1: f1(x) := (x + 5)* e^x - (x + 5)* e^(2x);
2: solve( f1( x ), x );
3: subst( f1( x ), x = -5 );
4: subst( f1( x ), x = +5 );
5: (x + 5)* e^x - (x + 5)* e^(2x) = 0;
6: solve( Ans, x );
7: f1( -5 );
8: f1( 0 );

The output in history view the hp-prime

Quote:f1(x) := (x + 5)* e^x - (x + 5)* e^(2x)

solve( f1( x ), x )
__________________{-5, 0}

subst( f1( x ), x = -5 )
__________________0

subst( f1( x ), x = +5 )
__________________10*e^5-10*e^10

(x + 5)* e^x - (x + 5)* e^(2x) = 0
solve( Ans, x )
__________________{-5, 0}

f1( -5 );
__________________0

f1( 0 );
__________________10*e^5-10*e^10


[SPN] Guiones en la hp-prime

Hola, ¿Qué opinan de que la hp-prime pueda leer un guion de comandos, el propósito es hacer demostraciones paso a paso a los estudiantes sin necesidad de ejecutar programas

the only calculator that supports this is the ti68k series as the TI89 and tiv200,

Good Idea? +1 or -1

[Image: attachment.php?aid=3857]


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
file scripts in the hp-prime - compsystems - 08-27-2016 01:56 PM
RE: file scripts in the hp-prime - retoa - 08-27-2016, 06:12 PM
RE: file scripts in the hp-prime - retoa - 08-27-2016, 09:29 PM



User(s) browsing this thread: 1 Guest(s)