130k views
5 votes
What is the answer to Ax - c = b

User Dayle
by
6.7k points

2 Answers

1 vote
X=(b + c)/A is the correct answer
User Gigo
by
6.3k points
4 votes
Depends on what you are talking about, what is A,x,c and b.
If A is an invertible matrix and x,c,b are vectors of correct dimensions you get
Ax=b+c
x=A^(-1)(b+c)
if x is a variable and A,c,b are constants you get
Ax=b+c
x=(b+c)/A
User Alino Manzi
by
7.2k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.