From fac585bccf2c495bc5f9c3caa47bfb3da6504083 Mon Sep 17 00:00:00 2001 From: jkostiuk Date: Wed, 12 Mar 2025 19:36:43 +0000 Subject: [PATCH] AT4-Equation Mirror Observation --- source/linear-algebra/source/03-AT/04.ptx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/source/linear-algebra/source/03-AT/04.ptx b/source/linear-algebra/source/03-AT/04.ptx index d92d1ebc3..702b6c826 100644 --- a/source/linear-algebra/source/03-AT/04.ptx +++ b/source/linear-algebra/source/03-AT/04.ptx @@ -352,6 +352,26 @@ can never equal + + +

+ Given a linear transformation T\colon V\to W, we can restate injectivity and surjectivity as statement about solutions to particular equations: +

    +
  • +

    + The transformation T is injective precisely when the equation T(\vec{x})=\vec{b} has at most one solution for each \vec{b}\in W. +

    +
  • +
  • +

    + The transformation T is surjective precisely when the equation T(\vec{x})=\vec{b} has at least one solution for each \vec{b}\in W. +

    +
  • +
+

+
+
+