Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

How can I justify whether I'm able to apply the Gaussian elimination method to this system?

+0
−0

I'm currently practicing some Gaussian elimination questions for my discrete math topic, I came across this question and I need help. How can I justify whether I'm able to apply the Gaussian elimination method to this system?

Question:

Consider the following system of linear equations.

$$\begin{eqnarray*}a_{12}y + a_{13}z &=& b_1 \\ a_{21}x + a_{23}z &=& b_2 \\ a_{31}x + a_{32}y &=& b_3\end{eqnarray*}$$

Can you apply Gaussian elimination to this system? Justify your answer.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

Have you tried it to see what happens? (1 comment)

1 answer

+1
−0

I may be misunderstanding the question, but technically you can always use the Gaussian elimination method.

But perhaps what you meant to ask is: Will the method give you a unique solution? Sometimes you get no solutions, sometimes you get infinitely many solutions, and sometimes you get precisely one solution.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »