#Questions on Solving Systems of Linear Equations
40 messages · Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close - Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
A solution of a linear system is not just the value of x or of y, but rather a pair (x, y). Or a tuple in case of more variables.
As usual for any linear system, there are three cases:
- No solutions.
- One solution.
- Infinitely many solutions (with a certain amount of degrees of freedom).
The number of solutions can be determined by using Kronecker-Capelli theorem.
No.
Again, just the values of x aren't a solution.
The solution is a pair (x, y).
So (-2, 5=5/ inf many solutions) is not a solution?
Sorry, don't understand what you mean.
I can give an example of each case from here if that helps.
Ik that
X= number is one solution
X = X, number = Same number is inf. Many solutions
5=/ 7 is no solutions
Still not quite sure if I understand what you mean. Let me provide the examples.
Here you go. In order: no solutions, one solution, infinitely many solutions (with one degree of freedom).
Is the math for the first one correct?
OH WAIT I figured out a better way to ask the question
If I get inf answer for x, does that mean y also has inf answers too?
If you multiply the first equation by -2, it should become -2x + 6y = -2.
No. Consider the following system:
x = 0
2x = 0
Its solution is (x, y) = (0, t).
oooooooo ur brain is huge for catching that thx
@hushed lintel has given 1 rep to @tepid torrent
What does the “t “ stand for
Ah, thanks 😅
You're welcome!
What is the “t” in the (0,t)?
Parameter.
I researched parameter and don’t understand why it is but in place of the “y” of the solution
I understand the 0 as the “x” though
Sorry if im not getting something
If you have infinitely many solutions, you can assign some of teh variables to be parameters, then express other variables in terms of them.
The number of parameters is then the number of degrees of freedom.
The exact number of parameters depends on the rank of the system matrix and the augmented system matrix.