I tried to solve a system of three linear equations in three unknowns. After a series of elementary row operations the augmented matrix of the system of linear equations becomes
$$\left(\begin{array}{ccc|c}1 & 0 & 0 & 3 \\0 & 1 & 0 & 2 \\0 & 0 & 1 & 3\end{array}\right).$$
Next, I wrote:
"The above matrix represents the following new system of linear equations
\begin{align} x_1&=3\\ x_2&=2\\ x_3&=3.\\ \end{align}
Since the determinant of the coefficient matrix of the above new system of linear equations is not zero, the original linear system has a unique solution. Thus, the unique solution of the original system is $x_1=3, x_2=2, x_3=3$."
In the solution, can we directly go to the final answer (Thus, the unique solution of the original system of linear equations is $x_1=3, x_2=2, x_3=3$.) without giving the poof that the original linear system has a unique solution (by skipping the sentence ‘Since the determinant of the coefficient matrix of the corresponding linear system of the resultant augmented matrix is not zero, the original linear system has a unique solution.’)?
I would suggest that no: you shouldn't skip the explanation. You should explain why you know the solution to the original equation is unique. This doesn't necessarily mean a full blown proof, but a comment, as you included, demonstrating that you have a thorough understanding as to "why."
Why?
In the end, it can't hurt to include that justification, and leaving it out could result in not getting full credit.
But before you have to take any time-limited exams on the subject matter, be sure to consult your instructor. When first learning about solutions to linear systems of equations, it is almost always desirable to include your justification. Down the road, that information might well be considered unnecessary. Clear this up with your instructor.