Differences between revisions 1 and 2
Revision 1 as of 2026-01-06 23:31:56
Size: 688
Comment:
Revision 2 as of 2026-01-06 23:44:35
Size: 835
Comment: Link and detail
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
A '''homogenous system of equations''' has a vector of zeros on the RHS, as in: A '''homogenous''' system of equations has a vector of zeros on the RHS, as in:
Line 24: Line 24:
If a system is known to have only one unique solution and it is homogenous, it follows that the trivial solution ''is'' the one unique solution. If a system has a non-zero constant on the RHS, it is called '''non-homogenous'''.

If a system
is known to [[LinearAlgebra/ParticularSolution#Number_of_solutions|have only one unique solution]] ''and'' it is homogenous, it follows that the trivial solution ''is'' the one unique solution.

Trivial Solution

A homogenous system of equations always has a trivial solution.


Description

A homogenous system of equations has a vector of zeros on the RHS, as in:

┌    ┐ ┌  ┐   ┌  ┐
│ 1 2│ │ x│   │ 0│
│ 3 4│ │ y│ = │ 0│
└    ┘ └  ┘   └  ┘

Such a system always has a particular solution in the form of x=0 and y=0. This is called the trivial solution.

If a system has a non-zero constant on the RHS, it is called non-homogenous.

If a system is known to have only one unique solution and it is homogenous, it follows that the trivial solution is the one unique solution.


CategoryRicottone

LinearAlgebra/TrivialSolution (last edited 2026-01-06 23:44:35 by DominicRicottone)