mml-book / mml-book.github.io

Companion webpage to the book "Mathematics For Machine Learning"
12.91k stars 2.39k forks source link

Can two planes intersect in a point? #703

Closed alikaraali closed 2 years ago

alikaraali commented 2 years ago

It is stated in the book that "When we intersect these planes, i.e., satisfy all linear equations at the same time, we can obtain a solution set that is a plane, a line, a point or empty (when the planes have no common intersection).".

I am doubting that it is a correct statement: "we can obtain a solution set that is a point". As it is discussed many other places before

Screen Shot 2021-12-08 at 14 16 53
  1. 2021 M. P. Deisenroth, A. A. Faisal, C. S. Ong. Published by Cambridge University Press (2020
  2. Chapter 2
  3. page 21
  4. Just before the last paragraph
chengsoonong commented 2 years ago

Thanks for reporting it. You are correct for two planes in three dimensions (variables). The intent here is the more general case, which is three equations with three unknowns, which can result in those cases.