X1, Y1...X9,Y9 X0,Y0

3DUDPHWULF

R1...R9, R0

3RODU

U1...U9, U0

6HTXHQFH

E1...E9, E0

6ROYH

S1fit...S5fit

6WDWLVWLFV

Can contain any expression. Independent variable is T.

Example

’SIN(4*T)’ & Y1(T):’2*SIN(6*T)’ STO& X1(T)

Can contain any expression. Independent variable is θ.

Example

’2*SIN(2*θ)’ & R1(θ)

Can contain any expression. Independent variable is N.

Example

RECURSE (U,U(N-1)*N,1,2) & U1(N)

Can contain any equation or expression. Independent variable is selected by highlighting it in Numeric View.

Example

’X+Y*X-2=Y’ & E1

Defines the type of fit to be used by the FIT operation in drawing the regression line.

From Symbolic Setup view, specify the fit in the field for S1FIT, S2FIT, etc.

or

In a program, store one of the following constant names or numbers into a variable S1fit, S2fit, etc.

1.Linear

2.LogFit

3.ExpFit

4.Power

5.QuadFit

6.Cubic

7.Logist

8.User defined

Example

Cubic & S2fit

or

6 & S2fit

15-38

Programming

Page 244
Image 244
HP 40G manual X1, Y1...X9,Y9 X0,Y0, R1...R9, R0, U1...U9, U0, E1...E9, E0, S1fit...S5fit