Linear algebra Definition and 999 Threads
-
I How do Tensors "work" in relation to linear algebraic objects?
I've been reviewing some introductory tensor stuff, and I've come to the realization that some of the things tensors do confuse me. For example, the notes I'm reading say that the invariant interval is both ##S=\eta_{\mu\nu} x^\mu x^nu## and ##S=x^T \eta x##. Both of which are totally fine on...- Sciencemaster
- Thread
- Four vectors Linear algebra Special relativity Tensor algebra Tensor notation
- Replies: 7
- Forum: Special and General Relativity
-
P
Dot diagrams and Jordan canonical forms
We know that a Jordan canonical form is simply the matrix representation of an operator (whose characteristic polynomial splits) with respect to a special basis called a Jordan canonical basis. This basis consists of a disjoint union of cycles/chains of generalized eigenvectors. Take all the...- psie
- Thread
- Jordan canonical form Linear algebra
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
P
New axis of rotation for composite of rotations in Euclidean space
The way I've approached the problem so far is that I'm looking for the set ##\{x\in\mathbb R^3: ABx=x\}##, since the rotation acts as the identity on the axis of rotation. The set is the null space of ##AB-I##, and $$AB=\begin{pmatrix}\cos\psi&-\sin\psi&0\\...- psie
- Thread
- Linear algebra
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
P
I A true or false statement concerning condition number of a matrix
Conditioning doesn't refer to hair conditioners in this case, but what happens to the solution of a system of linear equations ##Ax=b## when we change say the vector ##b## slightly to ##b'##. If the relative change in ##b##, that is ##\frac{\|b-b'\|}{\|b\|}##, is close to the relative change in...- psie
- Thread
- Linear algebra
- Replies: 2
- Forum: Linear and Abstract Algebra
-
P
I Proof by induction of block diagonal decomposition of a matrix
Here ##A=B_1\oplus B_2\oplus \cdots\oplus B_k## means that ##A## is block diagonal with ##B_i## along the diagonal. A proof that I've seen goes as follows. The ##k=2## case boils down to realizing that if ##v\in\beta_1\subseteq\mathsf W_1##, then ##\mathsf T(v)## is a linear combination of...- psie
- Thread
- Induction Linear algebra
- Replies: 4
- Forum: Linear and Abstract Algebra
-
P
I Wronskian: null space equals the span of independent functions
Let ##y_1,y_2,\ldots,y_n## be linearly independent functions in ##C^\infty(\mathbb C)## and let ##y\in C^\infty(\mathbb C)##. Define the column vectors $$v(t)=(y(t),y'(t),\ldots,y^{(n)}(t))^t$$and $$v_i(t)=(y_i(t),y_i'(t),\ldots,y_i^{(n)}(t))^t\quad\text{for }1\leq i\leq n.$$ Consider the linear...- psie
- Thread
- Linear algebra
- Replies: 23
- Forum: Linear and Abstract Algebra
-
P
I Uniqueness of reduced row echelon form (proof verification)
The theorem reads as follows: Proof. The proof is by induction on the number of columns of an ##m\times n## matrix ##A##. The base case is kind of clear (either the rref is the ##0## vector or ##e_1##). Suppose now that the rref of a matrix with ##k## columns is unique and consider ##A## with...- psie
- Thread
- Linear algebra Matrix
- Replies: 4
- Forum: Linear and Abstract Algebra
-
P
Python Partial pivoting in getting the reduced row echelon form of a matrix
I assume the reader is familiar with row echelon form of a matrix and reduced row echelon form (rref) of a matrix, the latter which is unique for each matrix. For instance, the augmented matrix $$\begin{pmatrix} 1&0&1&1\\ 1&1&-1&2\\ 2&0&1&0 \\ 0&-1&1&-3\end{pmatrix}$$has rref...- psie
- Thread
- Linear algebra Python
- Replies: 2
- Forum: Programming and Computer Science
-
P
Python Simple code example of transforming matrix into upper triangular form
First, I'm a beginner at this, so sorry if my code looks stupid. I'd be grateful for any feedback concerning this. I wonder if anything's redundant or can be improved? The idea of the "algorithm" is to start with the first column of the matrix, in particular the first entry below the diagonal...- psie
- Thread
- Linear algebra
- Replies: 3
- Forum: Programming and Computer Science
-
P
I Proving a basis is a basis for homogeneous linear differential equation with constant (complex) coefficients
I struggle with a certain computation. Consider a homogeneous linear differential equation with constant (complex) coefficients. Such an equation is associated with a polynomial ##p(t)##, which we can write $$p(t)=(t-c_1)^{n_1} (t-c_2)^{n_2}\cdots (t-c_k)^{n_k},$$where ##n_1,n_2,\ldots,n_k## are...- psie
- Thread
- Linear algebra Ode
- Replies: 2
- Forum: Differential Equations
-
Question about quantum state distinguishability
I'm not entirely sure how to approach part 1. I tried the following: Call the span of the two states S. We can decompose H = S + S_perp. We consider some projector P: H -> V where V is some subspace of H. I made a new operator P_s P P_s where P_s is the orthogonal projector onto S. However, I...- physicslover123
- Thread
- Linear algebra Quantum information Quantum mechanics
- Replies: 4
- Forum: Advanced Physics Homework Help
-
P
Person i belongs to a clique iff ith diagonal entry of B^3 is positive
An incidence matrix reflects a relation on a set of ##n## objects ##1,2,\ldots,n## and is a square matrix with ##0##s on the diagonal, and ##0##s and ##1##s elsewhere. For example, consider the incidence matrix $$A=\begin{pmatrix}0&1&0&0\\ 1&0&0&1 \\ 0&1&0&1 \\ 1&1&0&0\end{pmatrix}.$$Since...- psie
- Thread
- Graph theory Linear algebra
- Replies: 9
- Forum: Calculus and Beyond Homework Help
-
P
I Confused about small detail in rank-nullity theorem
Consider the rank-nullity theorem. We want to prove that for a linear transformation ##\mathsf T:\mathsf V\to\mathsf W##, $$\operatorname{nullity}(\mathsf T)+\operatorname{rank}(\mathsf T)=\operatorname{dim}(\mathsf V).$$We have a basis ##\{v_1,\ldots,v_k\}## of the null space ##\mathsf...- psie
- Thread
- Linear algebra Linear transformation Vector space
- Replies: 1
- Forum: Linear and Abstract Algebra
-
P
I Characterizing linear independence in terms of span
Throughout, let ##\mathsf V## be a vector space (the concept of dimension has not been introduced yet). The statement that precedes the theorem below is that if no proper subset of ##T\subset \mathsf V## generates the span of ##T## (where, if I'm not mistaken, ##T## consists of two or more...- psie
- Thread
- Linear algebra Linear independence
- Replies: 3
- Forum: Linear and Abstract Algebra
-
S
I Index notation of vector rotation
Given a vector ##\mathbf{r} = r^i e_i## where ##r^i## are the components, ##e_i## are the basis vectors, and ##i = 1, \ldots, n##. In matrix notation, \begin{equation*} \mathbf{r} = \begin{bmatrix} e_1 & e_2 & \ldots e_n \end{bmatrix} \begin{bmatrix} r^1 \\ r^2 \\ \vdots\\ r^n \end{bmatrix}...- shinobi20
- Thread
- Linear algebra Rotation matrix Vector analysis Vectors
- Replies: 7
- Forum: Linear and Abstract Algebra
-
M
Understanding the solution to this subspace problem in linear algebra
For this problem, The solution for (a) is I am slightly confused for ##p \in W## since I get ##a_3 = 2a_1## and ##a_2 = 2a_0##. Since ##a_3 = 2b##, ##a_2 = 2a##, ##a_1 = b##, ##a_0 = a##. Anybody have this doubt too? Kind wishes- MaxJ
- Thread
- Linear algebra problem Subspace
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
R
I The Orthogonality of the Eigenvectors of a 2x2 Hermitian Matrix
The eigenvectors of a hermitian matrix corresponding to unique eigenvalues are orthogonal. This is not too difficult of a statement to prove using mathematical induction. However, this case is seriously bothering me. Why is the dot product of the vectors not rightly zero? Is there something more...- rghurst
- Thread
- Eigenvalues Eigenvectors Hermitian Linear algebra Orthogonality
- Replies: 13
- Forum: Linear and Abstract Algebra
-
R
A Why are the eigenvectors of this hermitian matrix not orthogonal?
Why are the eigenvectors of this hermitian matrix not checking out as orthogonal? The eigenvalues are certainly distinct. ChatGPT also is miscalculating repeatedly. I have checked my work many times and cannot find the error. Kindly assist.- rghurst
- Thread
- Eigen values Eigenvectors Hermitian Linear algebra Orthogonal
- Replies: 2
- Forum: Linear and Abstract Algebra
-
G
I How does one find the dual of a matrix?
How does one find the dual of a matrix? Thanks.- grzz
- Thread
- Dual Linear algebra Matrix
- Replies: 14
- Forum: Linear and Abstract Algebra
-
S
I Passive Transformation and Rotation Matrix
I'm reading Group Theory by A. Zee , specifically, chapter I.3 on rotations. He used the passive transformation in analyzing a point ##P## in space. There are two observers, one labeled with unprimed coordinates and the other with primed coordinates. From the figure below, he deduced the...- shinobi20
- Thread
- Coordinate systems Linear algebra Rotation matrix Vector analysis
- Replies: 1
- Forum: Linear and Abstract Algebra
-
I About the definition of vector space of infinite dimension
Hi, a doubt about the definition of vector space. Take for instance the set of polynomals defined on a field ##\mathbb R ## or ##\mathbb C##. One can define the sum of them and the product for a scalar, and check the axioms of vector space are actually fullfilled. Now the point is: if one...- cianfa72
- Thread
- Dimensions Linear algebra Vector algebra Vector calculus Vector space
- Replies: 18
- Forum: Linear and Abstract Algebra
-
Z
Direct Proof that every zero of p(T) is an eigenvalue of T
I was stuck on this problem so I looked for a solution online. I was able to reproduce the following proof after looking at the proof on the internet. By this I mean, when I wrote it below I understood every step. However, it is not a very insightful proof. At this point I did not really...- zenterix
- Thread
- Eigenvalue Linear algebra
- Replies: 24
- Forum: Calculus and Beyond Homework Help
-
N
I Is there always a matrix corresponding to eigenvectors?
I tried to find the answer to this but so far no luck. I have been thinking of the following: I generate two random vectors of the same length and assign one of them as the right eigenvector and the other as the left eigenvector. Can I be sure a matrix exists that has those eigenvectors?- NotEuler
- Thread
- Eigenvectors Linear algebra Matrix
- Replies: 24
- Forum: Linear and Abstract Algebra
-
Linear Algebra How hard is this Linear Algebra textbook?
Hello, I am currently self studying Linear Algebra using MIT lectures and the textbook Introduction to Linear Algebra by professor Gilbert Strang. I'm at the 16th lecture on Projection Matrices and Least squares approximation. The lectures are very informative, but I struggle a lot with...- TGV320
- Thread
- Linear algebra Math books Textbook
- Replies: 17
- Forum: Science and Math Textbooks
-
Z
Prove 9 is eigenvalue of ##T^2\iff## 3 or -3 eigenvalue of ##T##.
Suppose ##9## is an eigenvalue of ##T^2##. Then ##T^2v=9v## for certain vectors in ##V##, namely the eigenvectors of eigenvalue ##9##. Then ##(T^2-9I)v=0## ##(T+3I)(T-3I)v=0## There seem to be different ways to go about continuing the reasoning here. My question will be about the...- zenterix
- Thread
- Eigenvalue Eigenvector Linear algebra
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
Z
Do these two statements imply an underlying induction proof?
Here is one proof $$\forall u\in U\implies Tu\in U\subset V\implies T^2u\in U\implies \forall m\in\mathbb{N}, T^m\in U\tag{1}$$ Is the statement above actually a proof that ##\forall m\in\mathbb{N}, T^m\in U## or is it just shorthand for "this can be proved by induction"? In other words, for...- zenterix
- Thread
- Linear algebra Linear operator Proofs Vector space
- Replies: 7
- Forum: Calculus and Beyond Homework Help
-
Z
Operator T, ##T^2=I##, -1 not an eigenvalue of T, prove ##T=I##.
Now, for ##v\in V##, ##(T+I)v=0\implies Tv=-v##. That is, the null space of ##T+I## is formed by eigenvectors of ##T## of eigenvalue ##-1##. By assumption, there are no such eigenvectors (since ##-1## is not an eigenvalue of ##T##). Hence, if ##(T-I)v \neq 0## then ##(T+I)(T-I)v\neq 0##...- zenterix
- Thread
- Eigenvalue Eigenvector Linear algebra Linear map
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
A
I About permutation acting on the Identity matrix
Question: Let ##\sigma\in S_n## be a permutation and ##T_{\sigma}## be the matrix we obtain from ##I## by appling ##\sigma## on the raws of ##I## (I.e ##\sigma## acts on the rows of ##I##) . Then: 1. ##\det(T_{\sigma}) = sgn(\sigma) ## and 2. ##T_{\sigma} T_{\tau} =T_{\sigma\circ \tau}##, for...- aalma
- Thread
- Linear algebra Permutations
- Replies: 7
- Forum: Linear and Abstract Algebra
-
P
Linear homogenous system with repeated eigenvalues
I've solved this problem using a fairly involved technique, where I compute the matrix ##e^{tA}## (the fundamental matrix of the system) with a method derived from the Cayley-Hamilton's theorem. It is a cool method that I believe always works, but it can be a lot of work sometimes. It involves...- psie
- Thread
- Linear algebra Ordinary differential equation
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
H
A gardener collected 17 apples...
In fact, it WAS a homework couple of years ago, and I've solved it, kind of (below). I still would like to find a cleaner solution. Here is what I did. Let's say, the apples are labeled, and their weights are ##x_1, x_2, ...##. He takes out the apple #1 and finds that, e.g., ##x_2+x_5+x_9+... =...- Hill
- Thread
- Linear algebra Mathematics Precalculus
- Replies: 32
- Forum: Precalculus Mathematics Homework Help
-
Calculating an n X n determinant
Hello, I need some advice because I just can't figure out how to solve the problem. I could try to make the determinant triangular by adding all the b together, but that doen't seem a good way of solving the problem. Is there any direction I should be thinking of? Thanks- TGV320
- Thread
- Determinant Linear algebra
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
Z
Tricky Problem: Prove range T = null ##\phi## when null T' has dim 1
This is problem 28 from chapter 3F "Duality" of Axler's Linear Algebra Done Right, third edition. I spent quite a long time on this problem, like a few hours. Since there is no available solution, I am wondering if my solution is correct. One assumption in this problem is that...- zenterix
- Thread
- Duality Linear algebra
- Replies: 8
- Forum: Calculus and Beyond Homework Help
-
Z
Prove that range ##T'## = ##(\text{null}\ T)^0##
My question is about item (b). (b) Here is what I drew up to try to visualize the result to be proved The general idea, I think, is that 1) ##(\text{null}\ T)^0## and ##\text{range}\ T'## are both subspaces of ##V'=L(V,\mathbb{F})##. 2) We can show that they have the same dimension. 3)We...- zenterix
- Thread
- Duality Linear algebra
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
Z
Given surjective ##T:V\to W##, find isomorphism ##T|_U## of U onto W.
I will use a proof by cases. Case 1: dim V = dim W Then ##T=T|_V## is an isomorphism of ##V## onto ##W##. The reason for this is that it is possible to prove that if ##T## is surjective, which it is, then it is also injective and so it is invertible (hence an isomorphism). Case 2: dim V < dim...- zenterix
- Thread
- Linear algebra
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
Z
Given specific v, dimension of subspace of L(V, W) where Tv=0?
I was stuck when I started writing this question. I think I solved the problem in the course of writing this post. My solution is as follows: Consider any basis ##B## of ##V## that includes ##v##: ##(v, v_2, ..., v_n)##. ##L(V,W)##, where ##\dim{(V)}=n## and ##\dim{(W)}=m## is isomorphic with...- zenterix
- Thread
- Linear algebra
- Replies: 15
- Forum: Calculus and Beyond Homework Help
-
Challenge Math Challenge Thread (October 2023)
The Math challenge threads have returned! Rules: 1. You may use google to look for anything except the actual problems themselves (or very close relatives). 2. Do not cite theorems that trivialize the problem you're solving. 3. Do not solve problems that are way below your level. Some problems...- Infrared
- Thread
- Abstract algebra Algebraic topology Calculus Chess Linear algebra
- Replies: 25
- Forum: Math Proof Training and Practice
-
G
I Transfer rank2 tensor to a new basis
The trace of the sigma should be the same in both new and old basis. But I get a different one. Really appreciate for the help. I’ll put the screen shot in the comment part- GGGGc
- Thread
- Linear algebra mathemathical physics Matrix Tensor algebra
- Replies: 2
- Forum: Linear and Abstract Algebra
-
D
I Dimension and solution to matrix-vector product
Let $$ X \in R^{m*n} $$ where m=n with rank(X)<m then there is at-least one equation which can be written as a linear combination of other equations. Let $$ \beta \in R^{n} $$. $$ X\beta=y $$ Suppose we have x<m independent equations (the equations are consistent) formed by taking the dot...- DumpmeAdrenaline
- Thread
- equations Linear algebra
- Replies: 4
- Forum: Linear and Abstract Algebra
-
Z
Decompose 4x4 determinant into 24 determinants -- How many are zero?
Here is an example of the decomposition for a 2 x 2 matrix We have ##2^2=4## determinants, each with only #n=2# non-automatically-zero entries. By "non-automatically-zero" I just mean that they aren't zero by default. Of course, any of ##a,b,c##, or ##d## can be zero, but that depends on the...- zenterix
- Thread
- Determinant Determinant properties Linear algebra
- Replies: 1
- Forum: Precalculus Mathematics Homework Help
-
Identifying matrices as REF, RREF, or neither
TL;DR Summary: we are given a set of coefficient matrices (shown below) and we need to determine whether they are in REF, RREF, or neither. Hello! I am having a lot of trouble identifying these matrices, and using the criteria checklist is not helping very much. Here is what I am working with...- crememars
- Thread
- Linear algebra Matrices
- Replies: 1
- Forum: Precalculus Mathematics Homework Help
-
D
I Row space, Column space, Null space & Left null space
\begin{pmatrix} 2 & 4 & 6 \\ 3 & 5 & 8 \\ 1 & 2 & 3 \end{pmatrix} Using the row operations, R2<-- R2-3R1 R3<-- R3-R1 we find the row echelon form of the matrix. \begin{pmatrix} 1 & 2 & 3 \\ 0 & -1 & -1 \\ 0 & 0 & 0 \end{pmatrix} Based on the definition of row space in the book Í am...- DumpmeAdrenaline
- Thread
- Linear algebra Row space
- Replies: 8
- Forum: Linear and Abstract Algebra
-
T
B Question on basic linear algebra (new to the subject)
It would be nice if someone could find the history of why we use the letters i and j or m and n for the basics when working with Matrices ( A = [aij]mxn ). I tried looking up the information and I was not successful. I understand what they represent in the context of the matter, but not why they...- TheJohn
- Thread
- Algebra Linear algebra Matrix
- Replies: 10
- Forum: Linear and Abstract Algebra
-
I Using Linear Algebra to discover unknown Forces
In classical mechanics, it seems like solving force equations are a question of finding a solvable system of equations that accounts for all existing forces and masses in question. Therefore, I'm curious if this can be mixed with reinforcement learning to create a game and reward function...- giodude
- Thread
- Classical mechanics force equations Linear algebra
- Replies: 3
- Forum: Classical Physics
-
I Understanding the operation in ##(\mathbb{z_6})^{*}##
...Out of interest am trying to go through the attached notes, My interest is on the highlighted, i know that in ##\mathbb{z}/\mathbb{6z}## under multiplication we shall have: ##1*1=1## ##5*5=1## am assuming that how they have the ##(\mathbb{z}/\mathbb{6z})^{*}={1,5}## is that correct...- chwala
- Thread
- Abstract algebra Linear algebra Mathematics
- Replies: 6
- Forum: Linear and Abstract Algebra
-
I Zero Element in a Ring: The 0 Ring Has Only One Element
...this element ##r## can only be ##0## correct? The zero ring has only one element which is ##0##.- chwala
- Thread
- Linear algebra Ring
- Replies: 1
- Forum: Linear and Abstract Algebra
-
S
B Can the Diagram in the Article Be Interpreted as Commutative?
I'm used to seeing commutative diagrams where the vertices are mathematical objects and the edges (arrows) are mappings between them. Can the diagram ( from the interesting article https://people.reed.edu/~jerry/332/25jordan.pdf ) in the attached photo be interpreted that way? In the...- Stephen Tashi
- Thread
- Abstract algebra Linear algebra
- Replies: 3
- Forum: Linear and Abstract Algebra
-
S
I Question from a proof in Axler 2nd Ed, 'Linear Algebra Done Right'
My question is motivated by the proof of TH 5.13 on p 84 in the 2nd edition of Linear Algebra Done Right. (This proof differs from that in the 4th ed - online at: https://linear.axler.net/index.html chapter 5 ) In the proof we arrive at the following situation: ##T## is a linear operator on a...- Stephen Tashi
- Thread
- Linear algebra Proof Theorem
- Replies: 3
- Forum: Linear and Abstract Algebra
-
Classical Source recommendation on Differential Geometry
I am intending to join an undergrad course in physics(actually it is an integrated masters course equivalent to bs+ms) in 1-1.5 months. The thing is, in order to take a dive into more advanced stuff during my course, I am currently studying some of the stuff that will be taught in the first...- rajsekharnath
- Thread
- Classical mechanics Differential geometry Linear algebra
- Replies: 6
- Forum: Science and Math Textbooks
-
Challenge Math Challenge - June 2023
Welcome to the reinstatement of the monthly math challenge threads! Rules: 1. You may use google to look for anything except the actual problems themselves (or very close relatives). 2. Do not cite theorems that trivialize the problem you're solving. 3. Have fun! 1. (solved by...- Infrared
- Thread
- Linear algebra Math challenge Periodic functions Probability Topology
- Replies: 80
- Forum: Math Proof Training and Practice
-
M
Find Eigenvalues & Eigenvectors for Exercise 3 (2), Explained!
For exercise 3 (2), , The solution for finding the eigenvector is, However, I am very confused how they got from the first matrix on the left to the one below and what allows them to do that. Can someone please explain in simple terms what happened here? Many Thanks!- member 731016
- Thread
- Calculus Eigenvectors Linear algebra
- Replies: 8
- Forum: Calculus and Beyond Homework Help