Engineer98
New member
- Joined
- Feb 4, 2023
- Messages
- 4
For n = 1, 2, 3, how many variables do you have? How many equations are there?
The fact I'm waiting for the OP to see is that there are actually 2n unknowns (n x's and n y's) and n+2 equations, so the n=1, 2, and 3 cases are all different. Writing those cases out, and perhaps considering actual values for the constants, should be very enlightening.In general, a system of equations will not have any solution if one or more equations are inconsistent with one or more different equations in the system or may have an infinite number of solutions if two or more equations are not independent. With a system of linear equations in n unknowns, there generally is a unique solution given n independent equations. Independence of specific linear equations can be tested easily: if any equation is an exact multiple of another equation, those equations are not independent. But independence cannot be determined with respect to an unspecified system such as yours. Nor can inconsistency. What is particularly worrying about your question is that you have n + 2 equations.
Oh, right. I'll delete my post.The fact I'm waiting for the OP to see is that there are actually 2n unknowns (n x's and n y's) and n+2 equations, so the n=1, 2, and 3 cases are all different. Writing those cases out, and perhaps considering actual values for the constants, should be very enlightening.