|
|
|
|
|
|
|
|
|
|
|
Solution
|
Solution provided by AtoZmath.com
|
|
|
|
Linear independence calculator
|
1. `(1,2,3),(4,5,6),(7,8,9)`
2. `(1,2,3),(2,4,6),(3,4,5)`
3. `(5,-1,1),(-2,3,4),(3,4,5)`
4. `(5,6,1),(0,2,3),(3,4,5)`
5. `(1,2),(2,1)`
|
Example (with steps)1. Find Linearly independent or dependent vectors `A=(1,2,3)`, `B=(4,5,6)`, `C=(7,8,9)`Solution:Here `vec A=(1,2,3),vec B=(4,5,6),vec C=(7,8,9)` The vectors A,B,C are linearly dependent, if their determinant is zero. i.e. `|D|=0` | `|D|` | = | | `1` | `2` | `3` | | | `4` | `5` | `6` | | | `7` | `8` | `9` | |
|
`=1 xx (5 xx 9 - 6 xx 8) -2 xx (4 xx 9 - 6 xx 7) +3 xx (4 xx 8 - 5 xx 7)` `=1 xx (45 -48) -2 xx (36 -42) +3 xx (32 -35)` `=1 xx (-3) -2 xx (-6) +3 xx (-3)` `= -3 +12 -9` `=0` Since `|D|=0`, So vectors A,B,C are linearly dependent.
|
|
|
|
|
|