Operations that can be applied to a matrix in the process of Gauss Jordan elimination are :
replacing the row with twice that row
replacing a row with the sum of that row and another row
swapping rows
Step-by-step explanation:
Gauss-Jordan Elimination is a matrix based way used to solve linear equations or to find inverse of a matrix.
The elimentary row(or column) operations that can be used are:
1. Swap any two rows(or colums)
2. Add or subtract scalar multiple of one row(column) to another row(column)
as is done in replacing a row with sum of that row and another row.
3. Multiply any row (or column) entirely by a non zero scalar as is done in replacing the row with twice the row, here scalar used = 2
Answer:
Step-by-step explanation:
$5.50 for first mile and .50 cents additional for each additional mile
Answer:
21.1%
Step-by-step explanation:
(25 - 24.3) / 1.2 = 0.5833 z score = 78.9%
You need the percent that spend more than 25 hrs per week, so 100 - 78.9 = 21.1%
Answer:
value of x is 30
Step-by-step explanation:
Vector a = (2, 1, 2)
Vector b = (1, 2, 4)
Vector p = (k, k, k)
Vector a to vector b = vector b - vector a = (1, 2, 4) - (2, 1, 2) = (1 - 2, 2 - 1, 4 - 2) = (-1, 1, 2)
Vector a to vector p = vector p - vector a = (k, k, k) - (2, 1, 2) = (k - 2, k - 1, k - 2)
Vector a to b is perpendicular to vector a to p if the dot product of vector a to vector b and vector a to vector p is equal to zero.
i.e. (-1, 1, 2) . (k - 2, k - 1, k - 2) = 0
-1(k - 2) + (k - 1) + 2(k - 2) = 0
-k + 2 + k - 1 + 2k - 4 = 0
2k -3 = 0
2k = 3
k = 3/2