Questions tagged [linear-algebra]
For questions related to linear mappings, matrices, basis, determinants, eigenvalues and other topics commonly done in a linear algebra course.
103 questions
4 votes
0 answers
77 views
Python projects/activities for an online intro to Linear Algebra course?
I am teaching an online Linear Algebra Course, which is based on the OERI Linear Algebra course that can be found in MyOpenMath, if anyone is interested. The course covers all the basics up to ...
7 votes
4 answers
1k views
Defining an Inner product on the vector space of coffee cups
So I am teaching a linear algebra class and in order to illustrate that a vector space can be anything that satisfies a certain set of properties I have been using the silly example of a vector space ...
5 votes
4 answers
2k views
For graphics programming, is it better to start with an applied math book or dive into a deeper book like Linear Algebra Done Right?
I'm a self-taught learner getting into graphics programming, and I've started learning some applied math related to it. But at some point, I felt like I was just using formulas without really ...
5 votes
2 answers
984 views
'Norm' or 'norm induced by an inner product'?
Sheldon Axler in his book Linear Algebra Done Right introduces norm $\|x\|=\langle x,x \rangle^{1/2} $ on a linear space $V_\mathbb{F}$. To me, a more natural approach is to define norm independent of ...
6 votes
1 answer
1k views
Recommendations on the number of exercises to do from Linear Algebra and Its Applications 6th edition (by Lay & McDonald)
So I wanted to review my intro to Linear Algebra course in prep for next semester classes (starts Aug 2025/Fall since taking 2 gap semesters starting Dec 12th for personal reasons) like "a second ...
9 votes
3 answers
1k views
Finding a Linear Algebra reading topic
I'm looking for a linear algebra topic to assign to a group of undergraduate engineering students who are not majoring in mathematics. The assignment should meet the following criteria: The topic ...
3 votes
3 answers
413 views
Question on implementation of PBL (problem or project-based learning) in Linear Algebra course
I am trying to implement some version of a Project or Problem-Based Learning methodology (which I will just refer to as "PBL"[1]) in Linear Algebra and I am not sure how classes are ...
4 votes
4 answers
2k views
Questions about writing a Linear Algebra textbook, with Earth Science applications
I am writing a Linear Algebra textbook that is supposed to have several Earth Science applications (Geophysics, Atmospheric Science) given that I come from an Earth/Atmospheric Science background. I ...
7 votes
2 answers
538 views
Producing defective matrix examples
It's easy to come up with examples of interesting diagonalizable matrices $A\in M_n(\mathbb{C})$ with a prescribed set of eigenvalues $\lambda_1,\dots,\lambda_n$ because you can start with your ...
15 votes
7 answers
8k views
What Basic Math Skills Should Be Expected of Students in a University-Level Linear Algebra Course?
I am currently teaching a university-level linear algebra course and recently encountered an issue that made me question the assumed foundational math skills for students in this course. The issue ...
5 votes
4 answers
629 views
Regarding finding eigenvalues and minimal polynomial of an operator with limited tools while following Sheldon Axler
I am using the textbook Linear Algebra done right by Sheldon Axler (fourth edition) to teach an undergraduate linear algebra course. Please find here a link to the book here. Now Axler does not ...
-4 votes
1 answer
123 views
Condense a logistic function around its midpoint [closed]
I have a function $$ f(x) = {1 \over 1 + e^{-k(x-0.5)}} $$ that plots a logistic curve that is symmetric around the point $0.5 / 0.5$. $k$ defines the steepness of the curve. I would now like to add ...
0 votes
1 answer
409 views
Help finding a YouTube channel for Linear Algebra
I remember watching a youtube playlist on a video about equation of a plane and about vectors in 3D. The video was fully animated in 3D and had good sound effects too. I feel like it had a clock ...
6 votes
3 answers
513 views
Game project using linear algebra
Throughout this year, I have been in charge of a linear algebra course aimed at engineering school. In this course, I asked my students to work on a final project involving finding a winning strategy ...
24 votes
14 answers
17k views
What can I do when advanced undergraduate and/or early graduate STEM students cannot perform correct math manipulations?
I have helped to TA and taught several courses with mixtures of advanced undergraduate and early graduate students in engineering/STEM. These courses are the classics: signal processing, control, ...