Matrices and Vectors: Difference between revisions
Line 13: | Line 13: | ||
Homegenous Systems always has a least one solution. Watching an alternative video showed the questions using the form 2x₁ + 4x₂ rather than 2a + 4b. There are two types of Homegenous Systems, trivial and non-trivial. The trivial solution is where all the variables are = to zero. This demonstration helped a lot in how to solve this. Here was the question<br> | Homegenous Systems always has a least one solution. Watching an alternative video showed the questions using the form 2x₁ + 4x₂ rather than 2a + 4b. There are two types of Homegenous Systems, trivial and non-trivial. The trivial solution is where all the variables are = to zero. This demonstration helped a lot in how to solve this. Here was the question<br> | ||
<math> | <math> | ||
1x_1 + 2x_2 + 3x_3 + 2x_4 = 0 | 1x_1 + 2x_2 + 3x_3 + 2x_4 = 0 \\ | ||
1x_1 + 3x_2 + 5x_3 + 5x_4 = 0 | 1x_1 + 3x_2 + 5x_3 + 5x_4 = 0 \\ | ||
2x_1 +4x_2 + 7x_3 + 1x_4 = 0 | 2x_1 +4x_2 + 7x_3 + 1x_4 = 0 \\ | ||
-1x_1 -2x_2 -6x_3 + 7x_4 = 0 | -1x_1 -2x_2 -6x_3 + 7x_4 = 0 | ||
</math> | </math> |
Revision as of 00:20, 23 April 2025
Introduction
Next as the title says
Example
Vector Operations
We can add the components or scale them provided they are the same size
Gaussian as Vectors
And here are the linear equations using gaussian and vectors
Homegenous Systems
Homegenous Systems always has a least one solution. Watching an alternative video showed the questions using the form 2x₁ + 4x₂ rather than 2a + 4b. There are two types of Homegenous Systems, trivial and non-trivial. The trivial solution is where all the variables are = to zero. This demonstration helped a lot in how to solve this. Here was the question
Failed to parse (syntax error): {\displaystyle 1x_1 + 2x_2 + 3x_3 + 2x_4 = 0 \\ 1x_1 + 3x_2 + 5x_3 + 5x_4 = 0 \\ 2x_1 +4x_2 + 7x_3 + 1x_4 = 0 \\ -1x_1 -2x_2 -6x_3 + 7x_4 = 0 }
We write this down by writing the coefficients.
We are looking to get a zero in column 0 so we doing the following
-1R₁ + R₂ => R₂ -2R₁ + R₃ => R₃ R₁ + R₄ => R₄
Next step we do the following a 3 is a multiple of 4
1/3R₄ => R₄
R₃ + R₁ => R₁ -2R₃ + R₂ => R₂ -1R₃ + R₄ => R₄
So losing the last row of zeros we can write this a equations again
Now we can express x₄ as k and derive the other variable in terms of k
x₃ = 3k x₂ = 9k x₁ = 7k
This means list the solution in terms of x, i.e. x₁,x₂,x₃,x₄ gives
(7k, 9k, 3k, k)
So taking k = 1 would be
(7, 9, 3, 1)
You can put this in the original problem and it works
Terms
- m x n a matrix of m row, n colums
- Capital let for name of Matrix
- Small letter for entry
- nonsingular is a unique homegeneous solution
- singular is a homegeneous with infinite solutions