Texas Instruments TINSPIRE Reference Guide - Page 124

Value, Matrix1, List1, squareMatrix1, integer, computes the inverse matrix.

Page 124 highlights

à (divide) Value à Matrix1 ⇒ matrix Matrix1 à Value ⇒ matrix Returns a matrix containing the quotients of Matrix1àValue. Note: Use . / (dot divide) to divide an expression by each element. ^ (power) Value1 ^ Value2 ⇒ value List1 ^ List2 ⇒ list Returns the first argument raised to the power of the second argument. Note: See also Exponent template, page 1. For a list, returns the elements in List1 raised to the power of the corresponding elements in List2. In the real domain, fractional powers that have reduced exponents with odd denominators use the real branch versus the principal branch for complex mode. Value ^ List1 ⇒ list Returns Value raised to the power of the elements in List1. List1 ^ Value ⇒ list Returns the elements in List1 raised to the power of Value. squareMatrix1 ^ integer ⇒ matrix Returns squareMatrix1 raised to the integer power. squareMatrix1 must be a square matrix. If integer = L1, computes the inverse matrix. If integer < L1, computes the inverse matrix to an appropriate positive power. x2 (square) Value12 ⇒ value Returns the square of the argument. List12 ⇒ list Returns a list containing the squares of the elements in List1. squareMatrix12 ⇒ matrix Returns the matrix square of squareMatrix1. This is not the same as calculating the square of each element. Use .^2 to calculate the square of each element. 118 TI-Nspire™ Reference Guide p key l key q key

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164

118
TI-Nspire™ Reference Guide
Value
à
Matrix1
matrix
Matrix1
à
Value
matrix
Returns a matrix containing the quotients of
Matrix1
à
Value
.
Note:
Use
. /
(dot divide) to divide an expression by each element.
^ (power)
l
key
Value1
^
Value2
value
List1
^
List2
list
Returns the first argument raised to the power of the second
argument.
Note:
See also
Exponent template
, page
1
.
For a list, returns the elements in
List1
raised to the power of the
corresponding elements in
List2
.
In the real domain, fractional powers that have reduced exponents
with odd denominators use the real branch versus the principal
branch for complex mode.
Value
^
List1
list
Returns
Value
raised to the power of the elements in
List1
.
List1
^
Value
list
Returns the elements in
List1
raised to the power of
Value
.
squareMatrix1
^
integer
matrix
Returns
squareMatrix1
raised to the
integer
power.
squareMatrix1
must be a square matrix.
If
integer
=
L
1, computes the inverse matrix.
If
integer
<
L
1, computes the inverse matrix to an appropriate
positive power.
x
2
(square)
q
key
Value1
2
value
Returns the square of the argument.
List1
2
list
Returns a list containing the squares of the elements in
List1
.
squareMatrix1
2
matrix
Returns the matrix square of
squareMatrix1
. This is not the same as
calculating the square of each element. Use .^2 to calculate the
square of each element.
à
(divide)
p
key