Solving a Matrix System: a^2 - 1, a, b

  • Context: Undergrad 
  • Thread starter Thread starter lolimcool
  • Start date Start date
  • Tags Tags
    Matrix System
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
lolimcool
Messages
20
Reaction score
0
hey anyone want to help me start solving this matrix for a b c d where the system will be consistent

[1 -2 4 | 7 ]
[0 (a^2 - 1) a | 3 ]
[0 0 b | -3]
 
Physics news on Phys.org
x -2y + 4z = 7
0 (a^2 -1)y + az = 3
bz = -3
 
yeah, i know I've tried to solve it, just keep getting stuck
 
cant z be either -1, 1, 3, -3 ?