As a programmer it seems to me that the number one problem of math notation is that it's weakly typed. There's abuse and reuse of notation everywhere, which makes learning it needlessly difficult. I want a strongly typed fork of math notation. 90% of existing math notation would just be laughed at if it had to go through code review.
That's a very common criticism, but I don't think mathematics would work if you insisted on being 100% explicit all the time. Clear and short notation, that is just unambiguous enough, is a very important factor, without it books wouldn't just be much longer, I'm not sure we'd even be able to understand it.
What is the inverse of a vector?
111–120 of 198 posts
Re: What is the inverse of a vector?
#112Semantically, the inverse of a vector is something that has no magnitude nor direction. I wonder what would that look like (mathematically), and what surfaces or fields would it create?
Re: What is the inverse of a vector?
#113Re: What is the inverse of a vector?
#114Earlier quoted context omitted.
> It seems that this is written out of a perspective of some missing knowledge. Well, the author talks about what "we learned in school ", not university , so that checks out but only because you two have different audiences in mind.
Indeed. I learnt about vector dot and cross products, basic linear algebra (including diagonalisation, simple Markov chains and similar), partial differentiation, grad div and curl, the volume of a parallel piped and "all that Jazz" in high school, as a 17-18 year old. I learnt about the divergence theorem, Stokes's theorem, multivariate integration, integrating factors and higher order ODEs and simple PDEs, Fourier…
Re: What is the inverse of a vector?
#115I'd appreciate a post from Matt Ferraro on how this is built. Bonus points for including nice syntax-highlighted code "widget" for a cross between maths/programming.
Re: What is the inverse of a vector?
#116The article begins: >In this post we will re-invent a form of math that is far superior to the one you learned in school. The ideas herein are nothing short of revolutionary. and concludes: > I firmly believe that in 100 years, Geometric Algebra will be the dominant way of introducing students to mathematical physics. In the same way that Newton's notation for Calculus is no longer the dominant one, or that Maxwell's…
> Geometric algebra is, as the article points out, a more powerful version of the usual vector notation > the stuff that's already taught is better These two statements seem contradictory. > But it is deficient in various ways when compared to tensor notation (for calculations) and differential forms (e.g. if you want to work basis-free) The author made no claims about tensor notation or differential forms; perhaps t…
Your UK undergraduate physics must have been a bit different to mine. About a third of my physics course was taught by the maths dept, and tensors/algebras were very much a part of that.
I recall, after freshers week, the dean getting everyone together. He said two things:
- Hopefully you all had a great fresher's week, now it's down to business, and
- Make sure you have fun at college.
He also had a projection on the overhead saying "If you can't blind them with science, baffle them with bullshit". I'm reasonably certain the second statement above was the latter, because...
He then casually mentioned a "maths refresher" 2 week course that all freshers had to take before "the real stuff" started. That "maths refresher" was the entire Further Maths 'A' level syllabus. In two weeks. Those of us who had done Further Maths at school were fine. Those that hadn't were shell-shocked.
Re: What is the inverse of a vector?
#117Here is something similar I wrote a long while back as notes for my future selfs: https://www.foxhop.net/vector-math-for-video-games
Re: What is the inverse of a vector?
#118Earlier quoted context omitted.
spekcular is correct. One could draw the following graph very roughly capturing how these concepts developed: Grassman’s exterior algebra -> Differential forms Cartan’s Exterior Derivatives -> Differential forms Quaternions -> Clifford Algebra exterior algebra -> Clifford Algebra -> geometric algebra Differential forms are a particular kind of tensor and tensors can be defined in terms of multilinear maps. As spekcul…
> As spekcular says, the standard curriculum covers differential forms, tensors and vectors... making geometric algebra a relatively small delta to pick up. Could you be a bit more specific about which "standard curriculum"/"standard approach" you're talking about? For example, in my formal education (high school; masters with physics major, comp. sci. minor; 4 years of a comp. sci. PhD (abandoned)), I did not encoun…
I agree with you that pseudovectors, cross products and vector calculus are a terribly adhoc way to teach this stuff but a course covering linear algebra with differential forms elegantly unifies, corrects and generalizes them. Standard is also in contrast to the geometric algebra/calculus alternate path.
Re: What is the inverse of a vector?
#119Earlier quoted context omitted.
spekcular is correct. One could draw the following graph very roughly capturing how these concepts developed: Grassman’s exterior algebra -> Differential forms Cartan’s Exterior Derivatives -> Differential forms Quaternions -> Clifford Algebra exterior algebra -> Clifford Algebra -> geometric algebra Differential forms are a particular kind of tensor and tensors can be defined in terms of multilinear maps. As spekcul…
From my view, it goes both ways: geometric algebra/calculus is a more transparent version of the standard approach and the translation back to it is also a relatively small delta to pick up. Either way of going about what is in essence the same material entails becoming familiar with multivectors, the wedge product, and multilinear algebra, whether you do it through geometric algebra or the standard approach.
Re: What is the inverse of a vector?
#120> A scalar is a point on a number line. This is going to confuse readers. A point on a number line is a 1D vector; in other words it is a unit vector pointing along that number line, multiplied by something which scales its length. It’s the latter dimensionless and directionless quantity that’s the scalar.
The set of translations of the straight line is a vector space a.k.a. a linear space.
So the vectors are the classes of equivalences of the differences between 2 points on the straight line (i.e. the differences between 2 pairs of points, where the distances are the same, are equivalent and they determine the same vector).
While the vectors are classes of equivalence of the differences between 2 points, the scalars are classes of equivalence of the quotients of 2 (collinear) vectors, i.e. a scalar is the ratio between the signed magnitudes of 2 collinear vectors.
If you choose a point on the straight line as the origin, you can choose as a representative of each class of equivalence that corresponds to a vector, the vector corresponding to the origin point together with another point. This gives a bijective mapping between vectors and those second points.
If now you also choose a vector as being the unit vector, which will correspond with a second point besides the origin point, together with the origin point, then you can choose as a representative for each class of equivalence corresponding to a scalar the ratio between a vector and the unit vector, which will correspond to a third point, besides the origin and the point corresponding to the unit vector. So you obtain a bijective mapping between scalars and those third points.
Because on a straight line there are bijective mappings between points, vectors and scalars (after choosing 1 origin point and a 2nd point as the extremity of a unit vector), they can be used interchangeably in most contexts, but it would be good to remember that all 3 are in fact different mathematical entities.