The ALGBR Mode (Algebraic Mode) provides tools for expansion of
algebraic expressions, factoring, etc. In this mode, differential and
integration calculation results are displayed as mathematical
expressions instead of decimal values.
20-1Before Using the Algebraic Mode
20-2Inputting and Executing Calculations
20-3ALGBR Mode Commands
20-4Signum Function
20-5Natural Display Notation
20-6ALGBR Mode Error Messages
20-7ALGBR Mode Precautions
20
Page 2
20-1Before Using the Algebraic Mode
In the Main Menu, select the ALGBR icon to enter the ALGBR Mode and display
its initial screen, which contains the following items.
•{expn} ... {expansion}
•{fctor} ... {factorization}
•{diff} ... {differential}
•{ ∫ (} ... {integration}
•{SOLV} ... {Solve function}
•{tExp} ... {expression transformation using the addition theorem}
•{tColl} ... {product-to-sum transformation using the addition theorem}
•{comb} ... {combination}
•{PTS
'
} ... {function for line passing through specific points}
•{CPLX} ... {complex function transformation}
•{appr} ... {convert to numeric value}
•{collc} ... {collection}
•{tanL} ... {tangent expression}
The following table shows the keys that can be used in the ALGBR Mode.
• The M key performs its screen shot send function only. It does not perform its
fraction-decimal conversion function.
350
Page 3
20-2Inputting and Executing Calculations
The ALGBR Mode display is divided into three areas: an input area, a solution
area, and a message area (used for display of menus and error messages).
Input area
Solution area
Messages area
P.361
P.356
ExampleX + X2 + 3X – 2X
v+vx+dv-cvx
w
• Solutions are displayed in natural display notation.
• Solutions produced in the ALGBR Mode are also stored in Ans memory and
can be recalled by pressing !K.
• You can input up to 255 bytes of data for each ALGBR Mode calculation.
• If a solution does not fit within the solution area, use f, c, d, and e to
scroll the screen.
• Inputting more data while there is data in the input area and solution area
causes the previous data to be cleared from two areas automatically.
• If you clear the display by pressing A, you can recall the previous operation
by pressing d or e (Replay Function).
• The Angle item of the set up screen can be set to either "Deg" or "Rad" for
ALGBR Mode operations.
• The Display item of the set up screen can be set to "Fix", "Sci", or "Norm" for
ALGBR Mode operations. Note, however, that this setting is applied for the
approx command only.
• A displayed solution can be stored in function memory by pressing
K6(FMEM)1(STO). Next, press a function 1(f
specific function memory.
2
1) to 6(f6) to select a
351
Page 4
20-3ALGBR Mode Commands
In the ALGBR Mode, results are calculated in accordance with commands and
expressions you input. This section describes each of the commands available in
the ALGBR Mode.
kk
k Conventions Used in this Section
kk
The following conventions are used in the command descriptions of this section.
ItemDescription
<expression>This item indicates a mathematical expression input by you.
The actual expression you should input depends on the type of
operation you are performing. One example of an expression
is: X+1.
<variable>This item indicates a variable input by you. The actual variable
you should input depends on the type of operation you are
performing. One example of a variable is: A.
[ ]Anything enclosed within square brackets is optional, which
means you can skip it if you want. Note the following:
expand (<expression>[)]
The above example means that the final closed parenthesis to
the right of <expression> does not need to be input for the
command to execute properly.
kk
k Commands
kk
uu
uExpansion —— (expn)
uu
This command expands an expression.
Syntax: expand (<expression>[)]
ExampleTo expand the expression (X + 2)
1(expn)(v+c)xwX2 + 4X + 4
uu
uFactorization —— (fctor)
uu
This command factorizes an expression.
Syntax: factor (<expression>[)]
2
352
Page 5
ALGBR Mode Commands 20 - 3
ExampleTo factorize the expression X2 - 4X + 4
2(fctor)vx-ev
+ew(X – 2)
• You can also factorize a value into its prime factors.
ExampleTo factorize 64 into its prime factors
2(fctor)gew2
uu
uAddition Theorems —— (tExp)
uu
This command uses trigonometric addition theorems to transform an expression.
Syntax: tExpand (<expression>[)]
Example To transform sin(A+B) using addition theorems
<start> ............ Start point of the integration interval
<end> ............. End point of the integration interval
• A default variable of X is used when specification of a variable is skipped in
Syntax 2.
• Syntax 3 calculates the definite interval in accordance with the specified
integration interval.
• Multiple integral calculations can also be performed.
Example To integrate the expression X2 for variable X
4(∫ ( )vx,vw
3
X
3
• A default value of 0 is automatically assumed for the integration constant.
Inputting a symbol name such as C for the integration constant produces a
result in a form that is the same as the indefinite integral.
uu
uDifferential —— (diff)
uu
This command can be used to determine the derivative or calculate the value of
the derivative for an expression.
nth> .............. Specifies differential of nth order. n must be a positive integer.
<
<differential coefficient>
....................... Any value specified as the differential coef ficient is substituted
in the function for calculation of the result.
nth>[, <differential coefficient>] [)]
354
Page 7
ALGBR Mode Commands 20 - 3
• Syntax 1 determines the derivative in accordance with a specified expression,
variable and order. Specifying a differential coefficient calculates a result in
accordance with the input value.
• A default order of 1 is used when specification of the order is skipped in Syntax
2.
• A default variable of X is used when specification of a variable is skipped in
Syntax 3.
ExampleTo differentiate the expression X6 for variable X
3(diff)vMgw6X
uu
uTangent Expression —— (tanL)
uu
This command calculates the tangent expression of another expression.
The second expression can be preceded by any of the following operators: =
(equals), < (less than), > (greater than),
than or equal to).
• A default variable of X is used when specification of a variable is skipped.
H (less than or equal to), orI (greater
355
Page 8
20- 3 ALGBR Mode Commands
Example To solve AX+B = 0 for X
P.107
5(SOLV)1(solve)aA
v+aB,vw
• Other solve functions are available that produce numeric calculation results .
uu
uConvert to Numeric Value —— (appr)
uu
This command converts an expression to a numeric value.
Syntax: approx <expression>
Example To convert the expression 2 to a numeric value
6(g)6(g)1(appr)
!9cw1.414213562
• Any command to the left of approx causes an error.
Example 1+ approx ( 2 ) (Causes an error.)
• Inputting another ALGBR Mode command or the signum( function into the
approx command causes an error.
Example approx approx 2 (Causes an error.)
–B
X =
{
A
}
kk
k Difference Between "approx" and Standard Calculations
kk
approx differs from standard calculations (calculations that do not use natural
display notation) in the number of display digits and handling of variables. With
standard calculations, calculation results are displayed without using exponential
notation.
ExamplejMcaw12157665459056928801
When part of the expression includes a variable, the variable is processed as a
variable regardless of whether or not it has been assigned a value.
Examplef*aA+dw5A + 3
356
Page 9
ALGBR Mode Commands 20 - 3
With approx, calculation results are displayed using exponential notation. As with
the RUN Mode, the mantissa can have up to 10 digits and the exponent up to two
digits. The number of digits that can be input for approx depends on the setting of
the set up screen's Display item.
gg
Example6(
When part of the expression includes a variable, the calculation is performed by
substituting the value for the variable. The following shows the calculation when A
= 0.
Example6(
uu
uCollection —— (collc)
uu
This command arranges the terms of an expression, focusing on a particular
variable.
Syntax: collect (<expression>[, <variable>] [)]
• A default variable of X is used when specification of a variable is skipped.
ExampleTo arrange the terms of the expression X2 + AX + BX, focusing
on the variable X
gg
g)6(
g)1(appr)jMcaw (Display: Norm1)
gg
gg
1.215766546E + 19
gg
gg
g)6(
g)1(appr)f*aA+dw
gg
gg
3
6(g)6(g)2(collc)vx+
aAv+ aBvwX2 + (A + B)X
uu
uCombine —— (comb)
uu
This command produces a fraction made up of a fully expanded numerator over a
fully expanded denominator.
Syntax: combine (<expression>[)]
ExampleTo combine the expressions (X+1) / (X+2) + X × (X+3)
6(g)3(comb)(v+b)
/(v+c)+v*
(v+d)w
X3 + 5X2 + 7X + 1
X + 2
357
Page 10
20- 3 ALGBR Mode Commands
uu
uSequence —— (sequ)
uu
This command creates the function that describes the relationship between the
variable and the value of the expression, if the value of the expression is entered
when the variable is assigned the first specified <value>, the second specified
<value>, and so on.
The values input with this syntax are handled as lists, with the first value of the
first list paired with the first value of the second list, the second value with the
second value, and so on. This syntax creates a function using this relationship.
'
)1(sequ)
+
N3 53N
2
– N
6 6
+ 15
ExampleTo obtain an expression for variable values {2, 4, 6, 8} and
• If List 1 = {2, 4, 6, 8} and List 2 = {23, 30, 37, 44}, the same result can be
obtained by inputting the following: sequence(List 1, List 2, N).
uu
uSum of Sequence —— (smSq)
uu
This command obtains a function that expresses the sum up to the nth term of a
sequence of numbers.
This command transforms a trigonometric function whose argument is an
imaginary number to an exponential function.
Syntax: trigToExp (<expression>[)]
ExampleTo transform the following function to an exponential function:
cos iX
1
6(g)5(CPLX)2(trgTo)
c(3(i)v)w
eX +
2
X
e
359
Page 12
20-4Signum Function
The signum function described in this section is available in the ALGBR Mode.
Syntax: signum (<expression>[)]
• A solution can be obtained only when <expression> is a numeric value.
Definition:
1 (real number, A > 0)
Undefined (A = 0)
signum(A)
ExampleTo solve signum (3.1)
ExampleTo solve signum (–4)
–1 (real number, A < 0)
A
(A = imaginary number)
|A|
K5(sign)d.bw1
K5(sign)-ew– 1
360
Page 13
20-5Natural Display Notation
Most calculators use their own symbols, such as ABS for absolute values and ^ for
powers, in place of standard mathematical notation. Expressions in the ALGBR
Mode are displayed using "natural display notation," which uses standard
mathematical notation as shown below.
Absolute V alues
PowersX
Fractions
Square Roots2 2
Roots
Integration
Differentials
|A|
4
5
__
3
3
X
B
∫
A
d
___
dx
sin(cos(X))dx
n
(X3)
n
361
Page 14
20-6ALGBR Mode Error Messages
A number of error messages are unique to the ALGBR Mode. The following lists
the error messages and explains the meaning of each one.
• Error messages unique to the ALGBR Mode appear in the message area of the
display.
uUndefined
No solution exists for the operation being performed.
Example1/0
uOverflow ERROR
The result of the operation being performed exceeds the range of the calculator.
Example99999^99999
uDomain ERROR
Input value is outside the domain of the operation being performed.
Example(–4)!
uNon-Real ERROR
Only real numbers have been input and the result is a complex number while the
P.7
set up screen's Answer Type item is specified as "Real".
Example(–1)^(1/2)
P.19
uNo Solution
No solution can be obtained using the Solve Function.
Examplesolve(X^2 = –1, X), when Answer Type = "Real"
uMa ERROR
Attempt to use approx with an expression that generates an error unique to the
ALGBR Mode.
Exampleapprox(1/0)
uOther Errors
Stk, Syn, Mem, Arg, and Dim errors have the same meanings as they do in the
RUN Mode. See "Overflow and Errors" for details.
362
Page 15
20-7ALGBR Mode Precautions
• When an input expression cannot be processed any further, the expression
displayed as the result of an operation will be identical to the input expression.
• It may take a considerable amount of time for a result to appear. This does not
indicate malfunction.
• Note that there may be a variety of different formats that can be used to
express a result. Because of this, even if the format of a result may displayed
by the calculator does not match the format that you need for your purposes, it
does not necessarily mean that the result is wrong.
Regardless of whether intervals are continuous or discontinuous, this calculator
performs definite integral calculations by first obtaining an indefinit integral. Based
on this result, it then obtains a definite integral.
f(x)
F(x): primitive function of f(x)
b
f(x)dx = F(b) – F(a)
∫
a
363
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.