From 73c64d7fe09d9367565a009539952e791989c7dd Mon Sep 17 00:00:00 2001 From: Drew Lewis Date: Thu, 23 Apr 2026 22:35:51 +0000 Subject: [PATCH] Remove deprecated program/input --- source/linear-algebra/source/03-AT/02.ptx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/linear-algebra/source/03-AT/02.ptx b/source/linear-algebra/source/03-AT/02.ptx index 6e214ad0b..69994788a 100644 --- a/source/linear-algebra/source/03-AT/02.ptx +++ b/source/linear-algebra/source/03-AT/02.ptx @@ -484,13 +484,13 @@ and assign it to the variable A in Octave. A = \left[\begin{array}{cc} -1 & 2 \\ 0 & -3 \\ 4 & 1 \end{array}\right]
A = [ -1 2 0 -3 4 1 ] -