HP 39gII User Manual page 315

Graphing calculator
Hide thumbs Also See for 39gII:
Table of Contents

Advertisement

Linear Solver
app functions
LinSolve
Triangle Solver
app functions
AAS
ASA
SAS
SSA
SSS
Programming
The Linear Solver app has a single function that solves a
2x2 or 3x3 linear system, based on a matrix of
coefficients and constants.
Solve linear system. Solves the 2x2 or 3x3 linear system
represented by matrix.
LinSolve(matrix)
Examples:
LinSolve([[A, B, C], [D, E,F]]) solves the linear
system:
ax
+
by
dx
+
ey
The Triangle Solver app has a group of functions which
allow solving a complete triangle from the input of 3
consecutive parts of the triangle. The names of these
commands use A to signify an angle, and S to signify a
side length. To use these commands, enter 3 inputs in the
specified order given by the command name.
AAS(angle, angle, side)
ASA(angle, side, angle)
SAS(side, angle, side)
SSA(side, side, angle)
SSS(side, side, side)
Returns a list of three results that correspond to the
opposite angle or side from the given input. If the input
given was an angle, the item in same position in the
results list will be the opposite side.
Example:
In Degree mode, SAS(2, 90, 2) returns { 45, 2.82...,45}.
=
c
=
f
305

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents