HP 35s Scientific Calculator User Manual

Page 243

Advertising
background image

Solving and Integrating Programs

15-9

A function programmed as an equation is usually included as an
expression specifying the integrand — though it can be any type of
equation. If you want the equation to prompt for variable values instead of
including INPUT instructions, make sure flag 11 is set.

4. End the program with a RTN. Program execution should end with the value of

the function in the X–register.

Example:

Program Using Equation.

The sine integral function in the example in chapter 8 is

This function can be evaluated by integrating a program that defines the integrand:

Enter this program and integrate the sine integral function with respect to x from 0 to
2 (t = 2).

  

Defines the function.

 

The function as an expression. (Checksum and length:
0EE0 8).

 

Ends the subroutine

Checksum and length of program: D57E 17

Keys:

(In RPN mode)

Display:

Description:

9

(2)

Selects Radians mode.

S

Selects label S as the integrand.



_

Enters lower and upper limits of
integration.

X


∫ 


Integrates function from 0 to 2;
displays result.

9

(1)



Restores Degrees mode.

=

t

0

dx

(

Si(t)

)

x

x

sin

Advertising