Task list filter?
Choose required ranks and required tasks. The table of contents will list only tasks having one of the required ranks in corresponding rankings and at least one of the required tags (overall). If you wish to filter only according to some rankings or tags, leave the other groups empty.
Task rankings
Difficulty level
Task tags
Task type
«
«
System with a parameter
Task number: 2389
Solve the system with augmented matrix
(a11111a11111a11111a1)
depending on the parameter a.
Hint
Use the eliminatin, but avoid division by zero. This might appear for some choices of a.
Resolution
We first switch the first and the last rows, and then reduce the first column. In the next reduction we add the second and the third row to the last one.
(a11111a11111a11111a1)∼(111a10a−101−a000a−11−a001−a1−a1−a21−a)∼(1a1110a−101−a000a−11−a0000(a+3)(1−a)1−a)
Now it suffices to ditinguish cases a=−3 and a=1.
Result
When a=1 the system has solution set {(1−p−q−r,p,q,r)T∣p,q,r∈R}.
For a=−3 the system has no solution.
Otherwise the solution is (1a+3,1a+3,1a+3,1a+3)T.