linSolve()
Catalog >
Returns a list of solutions for the variables
Var1
,
Var2
,
..
.
The first argument must evaluate to a
system of linear equations or a single linear
equation. Otherwise, an argument error
occurs.
For example, evaluating
linSolve(x=1
and x=2,x)
produces an “Argument
Error” result.
Δ
List()
Catalog >
Δ
List(
List1
)
⇒
list
Note:
You can insert this function from the
keyboard by typing
deltaList(
...
)
.
Returns a list containing the differences
between consecutive elements in
List1
.
Each element of
List1
is subtracted from
the next element of
List1
. The resulting list
is always one element shorter than the
original
List1
.
list
►
mat()
Catalog >
list
►
mat(
List
[
,
elementsPerRow
]
)
⇒
matrix
Returns a matrix filled row-by-row with the
elements from
List
.
elementsPerRow
, if included, specifies the
number of elements per row. Default is the
number of elements in
List
(one row).
If
List
does not fill the resulting matrix,
zeros are added.
Note:
You can insert this function from the
computer keyboard by typing
list@>mat
(
...
)
.
Alphabetical Listing
101
Содержание TI-Nspire CAS
Страница 4: ...4 Service and Warranty Information 249 Index 251 ...
Страница 248: ...248 ...
Страница 250: ...250 ...