Linear Algebra's purpose in a nutshell

  • Thread starter Thread starter torquemada
  • Start date Start date
  • Tags Tags
    Linear
Click For Summary

Discussion Overview

The discussion explores the practical applications and significance of linear algebra in engineering and science, comparing its role to that of calculus in analyzing change. Participants seek to understand what makes linear algebra essential and how it is utilized in various contexts.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification

Main Points Raised

  • One participant inquires about the practical applications of linear algebra, seeking a comparison to calculus.
  • Another participant explains that linear models are prevalent and that linear algebra helps manage these models, whether used directly or as approximations for more complex models.
  • A different viewpoint suggests that polynomial algebra, while seemingly non-linear, has linear characteristics in its coefficients and related concepts.
  • One participant discusses the connection between linear algebra and linear differential equations, emphasizing the role of linear combinations and vector spaces in solutions.
  • Another participant highlights how linear algebra underpins image transformations in computer graphics, providing examples of moving, warping, and rotating images using linear transformations.
  • A link to external resources on applications of linear algebra is provided for further exploration.

Areas of Agreement / Disagreement

Participants present various perspectives on the applications of linear algebra, with no consensus reached on a singular definition or purpose. Multiple competing views and examples are shared, indicating an ongoing exploration of the topic.

Contextual Notes

Some claims rely on specific definitions of linearity and transformations, and there may be unresolved assumptions regarding the applicability of linear algebra in different fields.

torquemada
Messages
108
Reaction score
0
hey i was wondering if you can define it really quick in terms of practical applications. The way calculus is so important b/c it allows us to study change and analyze different snapshots in time of change. what makes LA so epic for engineering and science - what does it enable us to do that is so important - thx
 
Physics news on Phys.org
Linear models are very common and also very simple. Linear algebra tells us how to deal with such models. Sometimes we use linear models directly, other times we use them to approximate a more complicated model, and sometimes we use the linear model as a base and build another model on top. Calculus is mostly about ussing limits to replace a nonlinear model with a linear one, integration and differentiation are both ways to linearize a non linear function, linear algebra shows us why we wanted a linear approximation annd what to do with it once we have it.
 
Polynomial algebra sounds like it would be the antithesis of linear. Instead, as a polynomial is linear in the coefficients a lot of it, e.g. discriminants and other invariants, is really linear.
 
Also, the theory of linear differential equations is firmly rooted in Linear Algebra. Remember that the general solution of an nth-order linear homogeneous equation is a linear combination of n linearly independent solutions... which is exactly how one obtains a whole vector (sub)space, adding up linear combinations of the basis elements.

The nonhomogeneous case isn't any different, as this time, we have to add a particular a solution to the general solution of the homogeneous equation. This is pretty much the same structure as that of an affine subspace (aka linear manifold),

[tex]S = \mathbf{p} + W,[/tex]​

where [tex]W[/tex] is a vector subspace and [tex]\mathbf{p}[/tex] is any element of the original affine space. Here, [tex]\mathbf{p}[/tex] acts as the particular solution of the original nonhomogeneous equation, and [tex]W[/tex] is the general solution of the homogeneous equation.

Furthermore, the idea of linear mappings is heavily used in Calculus: for instance, to give a proper meaning to differentials, or as an indirect way to define a differentiable function, by requiring the existence of a certain linear mapping.
 
Linear Algebra provides most of the underlying theory that allows us to move an image matrix across the screen via transformations.

An example:

Let's say that I have a strange shape that I've defined. (More than likely it was created with respect to an origin). You want to move the shape on the screen.


( 1 , 0 , 0 , a ) ( x ) ( x+a )
( 0 , 1 , 0 , b ) ( y ) = ( y+b )
( 0 , 0 , 1 , c ) ( z ) ( z+c )
( 0 , 0 , 0 , 1 ) ( 1 ) ( 1 )

And anytime you want to warp an image.

What if you wanted to slam a 3D image into a 2D space?
There's a linear transformation for that.

What if you wanted to rotate a 3D image?
You can do that too.

What if you're working with ephemeral data, but you prefer cartesian coordinates?
Just slam that puppy into a Jacobian matrix and crank out your x, y and z.

Want to see what the crab nebula would look like traveling at .97c?
There's a linear transformation for that too.

This is how we use Linear Algebra. This is where all of those 12 page long proofs about linear vector spaces lead.
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 6 ·
Replies
6
Views
6K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 7 ·
Replies
7
Views
3K
Replies
6
Views
2K
  • · Replies 26 ·
Replies
26
Views
7K
Replies
12
Views
14K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 14 ·
Replies
14
Views
3K