notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Homogeneous.md (325B)


      1 # Homogeneous
      2 
      3 Khan U2
      4 
      5 **Definition:** In linear algebra a homogeneous solution is one where the right side of the system is the zero vector. 
      6 
      7 See also [Inhomogeneous](Inhomogeneous.md)
      8 
      9 ## CS
     10 
     11 Ch. 5 (Rosen)
     12 
     13 **Defintiion:** In computer science homogeneous means that all items in some collection are of the same datatype.