What is A(2)x in the given system of equations?

AI Thread Summary
The discussion revolves around determining the value of c in the equation A(2)x = b(c), where A(2) is derived from a previously provided 3x3 matrix. The matrix in question is presented as a system of equations, but the exact method to calculate A(2) remains unclear to participants. One user has already solved for b, finding it to be -1/2, but is uncertain about the next steps and the meaning of A(2)x. Clarification is sought on how to derive A(2) from the given matrix, as the current information does not adequately explain this process. The conversation highlights confusion regarding the relationship between the parameters and the matrix structure.
Gramsci
Messages
64
Reaction score
0

Homework Statement


Decide c, so that A(2)X=b(c) where

x=(x,y,z) and b(c)=(1,c,1)
A(2) is calculated from the previous problem:

"Decide the value on the parameter b so that the following system has solutions

(2, 1,-1,b
1, 2, 2, 2b
1,-1,-3, b+1)


Homework Equations





The Attempt at a Solution


Alright, I solved the previous problem that is stated and I got the answer to be b=-1/2
but from that, what do I do? The real question is, what does A(2)x mean? I substitute b for 2?

/Magnus
 
Physics news on Phys.org
There seems to be some information missing. You mentioned a matrix A(2), but didn't show what it is.

You listed something else, namely
(2, 1,-1,b
1, 2, 2, 2b
1,-1,-3, b+1)
without explaining what it is.

What exactly is the problem you're trying to solve?
 
Mark44 said:
There seems to be some information missing. You mentioned a matrix A(2), but didn't show what it is.

You listed something else, namely
(2, 1,-1,b
1, 2, 2, 2b
1,-1,-3, b+1)
without explaining what it is.

What exactly is the problem you're trying to solve?


The matrix A(2) is calculated from that one.
"decide the number c so that A(2)x=b(c)
where:
x= (x,y,z) and b(c)=(1,c,1)

A(2) is calculated from the previous example."
The previous example is:
Determine the value on the parameter b so that the following system has solutions:
(2, 1,-1,b
1, 2, 2, 2b
1,-1,-3, b+1)
Where this represents a 3x3 matrix. Any ideas?
 
By "that one" I assume you mean this 3 x 3 matrix (shown by rows):
{(2 1 -1), (1 2 2), (1 -1 -3)}

The matrix A(2) is calculated from that one.
and
A(2) is calculated from the previous example.

So, to summarize, A(2) is not shown and no description on how to get it is shown, and you don't know what it means.

Not much to go on...
 
Mark44 said:
By "that one" I assume you mean this 3 x 3 matrix (shown by rows):
{(2 1 -1), (1 2 2), (1 -1 -3)}


and


So, to summarize, A(2) is not shown and no description on how to get it is shown, and you don't know what it means.

Not much to go on...
I'm sorry, it's probably my bad english that confuses you. A(2) is calculated from that 3x3 matrix yes, and I have no idea how to get it either. Do you have any idea?
 
A 3x3 augmented matrix where the bs are the parameters. Just to clarify.
 
No ideas?
 
"Calculated from it" HOW? "Calculating" it from the previous problem doesn't make sense because the only question in that problem is determing b which is only in the right hand side of the equation, not the coefficient matrix. Do you mean that it is the matrix
\left[\begin{array}{ccc} 2 & 1 & -1\\ 1 & 2 & 2 \\ 1 & -1 & -3\end{array}\right]?

If so then the problem is to solve
\left[\begin{array}{ccc} 2 & 1 & -1\\ 1 & 2 & 2 \\ 1 & -1 & -3\end{array}\right]\left[\begin{array}{c} x \\ y \\ z\end{array}\right]= \left[\begin{array}{ccc} 1 \\ c \\ 1\end{array}\right]
 
Last edited by a moderator:
Back
Top