#linear-algebra
2 messages · Page 55 of 1
then the determinant is $\left(x^{3}-x+a\right)\left(x^{3}-x+d\right)-bc$
PorosInMyAshe:
also my bad, I made a mistake before
it's this
so you can indeed set a=d=0
and keep it invertible
ah
and so it reduces to $x^{2}\left(x^{2}-1\right)^{2}-bc$
PorosInMyAshe:
oh nice
and the first term is always positive
always non-negative*
so if -bc is positive, it cannot have a root
so just b=-c, c=1 works
very nice
A=B=I, C= [0 -1; 1 0]
basically also identity
with an extra negative sign
and flipped
an anti-diagonal matrix would've been a good assumption
for C
instead of diagonal
but ya, I guess you can just do a lot of problems like this
and build up an intuition
next time you see a problem similar to this you'd know which guesses to make
okay, can you help me with one more thing?
sure
find a matrix A with eigenvalues <=1 such that for some x
square
$\Vert A^n x \Vert \to \infty \text { as } n \to \infty$
gfauxpas:
<= in magnitude
or modulus I guess
it doesnt say whether to use real or complex eigenvalues
just that the matrix is of real entries
okay, so if it's diagonalizable, this is not possible
agreed
so we just have to look at non-diagonalizable matrices
so let's find a matrix of the form
and find an example from that
$\begin{bmatrix} a & 1 \ 0 & b \end{bmatrix}$
gfauxpas:
the simplest non-diagonable 2x2 matrix
agreed
so both have to be < 1
or equal to
oh or equal to
ya
that's what I was thinking
just [1 1; 0 1]
try that out
that squared is [1 2; 0 1]
oh ok, [1 1; 0 1]^n = [1 n; 0 1]
the upper right entry will grow without bound
nice
thanks Poros
can I @ you in the future?
np
Is linear algebra a difficult subject? Il have it in my next semester and was just wandering
Well I had it this semester
And it was really tough
My exam is tomorrow and I’m really nervous
Calculus was much much better than linear
I don’t care what anyone says, integral and differential calculus is so much damn easier
Linear is just too dense and limp between sky and ground
Calculus is more about mechanics
although, i suppose you could teach LA mechnically
Depends on the viewpoint you approach it from tbh
I couldn't understand LA when matrices were introduced first
what doe sit mean to be too dense and limp between sky and ground
Anyone could anyone fill me in on how important duality and products/quotients of vector spaces are? I just realized my books skips those topics, wondering how bad it'll be if I just try and learn em later.
So I was trying to understand tensor products yesterday (i.e. looking for a clear definition) and a dude on youtube said 'the construction of tensor products is kind of problematic' can someone explain why?
i'm trying to finish up these problems
rn im working on a probability matrix but i can't get it to not explode
i thought i either multiply the probablilty matrix by itself to get it in the long term or by the starting conditions
but neither are working
i have 6 hours to get to 95% correct for these homework problems for an A and im currently at 72%
If you put format rat at the top of the script and then take the transition matrix to the 4th power, what do you get?
when you do a.^4 it takes each element individually and raises it to the power of 4
it doesnt multiply the matrix by itself 4 times
hm i seem to have gotten it wrong
Well, you weren't working with exact values that's why
nvm i misread my output the first time
And then for the one where you need to find out if it's raining on thursday if it was sunny on sunday, you take P^4*x where x is the vector [1;0;0] or wherever the position for sunny is
?
yeah
now im on lu factorization which i can't seem to figure out, matlabs answer isn't being accepted
i thought lu(a) is the correct function, but the answer im getting and the stuff they expected seems to be entirely different
what does that star even mean?
i don't know
i also used several online calculators that matched matlab but don't match these people
there's multiple ways to do LU decomp
it's not like a single correct answer to it
as long as you get an L and a U
that's good enough
does it give an L and a U matrix
that multiply to the correct matrix
in which case that's a correct decomposition
What's *
how do i do this sort of problem?
reword the q in your mind so that it becomes clearer what computation should be done
@gray dust i'm lost
i see this post here for the same problem but im not sure what the math is
does it make sense that S is a plane in R^3?
barely
S is the span of two linearly independent vectors, ie a 2d subspace of R^3
alright
we seek to find p, a vector inside S, so that the tip of p is as close to w's tip as possible
does it make intuitive sense that this means ||w-p|| is minimized and that w-p is orthogonal to the plane S?
unfortunately no
ii get the first part, we want to make a vector p thats as close to the plane as possible
but the math behind it i don't understand
no, p is IN the plane
and as close to w (which isn't in the plane) as possible
we can split w into two components, or the sum of two other vectors: one that lies inside S, and one that is orthogonal to S. we call the former component the projection of w onto S
aka orthogonal
you should learn how to project a vector onto a subspace
alright, how do i do that
@scarlet ermine i suggest looking it up in your notes or online
yeah i've been trying that
unfortunately i'm sort of running up short, i'm about 5 weeks behind in the class so actually understanding the notes has been pretty difficult
thankfully, the abysmal grading system lets me get an A in the course despite my 55% on the final if i get a 95% or higher on these do-at-home problems, so i'm more or less just trying to do them regardless of my understanding, but its proving a bit difficult on this theory heavy stuff
KA's linalg series isn't the best but it'll do in a pinch: https://www.khanacademy.org/math/linear-algebra/alternate-bases/orthogonal-projections/v/linear-algebra-subspace-projection-matrix-example
also do you know how to do this kind of stuff?
alright well i think im just going to call it
i've been working on this for literally 6 hours straight
by my math i should have a 90.027%
Can someone help me with LADR questions?
LADR?
linear algebra done right, i think
"non-linear algebra"? 
That's an actual area of research though
@wintry steppe Might wanna check the website out above if you wanna get a sense of the applications of the subject
Sure
Hmm, i'm not too sure what you're looking for. Another thing you could do is to have a look at the lecture series on nonlinear algebra by bernd sturmfels on youtube
You should get a sense of the applications of the subject from the lecture video titles
Hey first day learning linear algebra confused what they did here
How they got the zero on the bottom in the 2nd column
3rd column and 4th
they made the bottom row in second column 0
they applied this operation to it
-3(2) +2(3)
= 0
they took -3 of row 2 column 2 (+) 2 row 3 column 2
wouldnt u just be able to multiply the 3rd row by 3
wouldnti t though
u have to specify that
then sure
that works
but u have to explicility add the whole row by -9
every single entry i mean
in row 3
yea
they even stated
"we add -3/2 times the middle row to the row below"
which is equivalent to a common multiple of -3(2) + 2(3)
in terms of row operations
which ever is easier in ur head as long as u dont lose track
ull learn soon that no matter way u choose
ull get same answer
if done properly
you'll hear or read the term (Reduced Row Ecehlon Form)
ok yeah its my first day doing this stuff
no worries, just practice
awesome
is this a good textbook
many people fail this course due to not getting this done perfectly
everything in the rest of linear algebra is based on RREF
not sure, what book is it
im sending it now
ok
ah okay
lolll
im going home exams are done
ah i see
im in no rush lol
cover is blue?
yes
do u have syllabus
not yet
its 4 months
alright
weird that the textbook doesnt cover complex numbers
but i guess thats to ur benefit
but yeah looks good
yeah just ask questions here throughout the term
if u practice you'll be fine
Alright thanks
i don't think theres anything uniquely hard to it
The math i've doen so far is Calculus I and some bits of calculus II
just like any math course u need to reread to understand concepts
if u could do Calc l then you can do well
anyone who says otherwise is lazy or fearmongering
Yeah Calc 1 was a breeze
but they added calc II to our stuff
then the integrals got a little tricky
yeah no worries
i hardely see any proofs and lemmas in the book
so just computation
im not a math major so i doubt they will make us do proofs
Why are some of the things in linear algebra
Ie, why were they natural to define
I hope this doesn't make me sound slightly out of touch but
With matrices
I do not understand why someone decided to define the determinant the way it is defined
Or even define it at all
It was just a definition that was given to us as 'something to compute as well as being able to tell us information about scaling and orientation of transformation'
But why?
Why do we work out a determinant the way we do?
There's no way it happened by accident
A lecture for college teachers where I define the determinant geometrically and show that it matches with the usual algebraic definitions.
enjoy
geometrically speaking determinants are challenging and not needed to understand in order to solve other lin alg problems
thats why they are never explained in depth in intro classes
(i presume)
A transformation T: R3 -> R3 is given by a projection in the plane x+z=0. I'm not sure how to work with these kinds of problems, say if I have a set of vectors (x,y,z) does this mean that when transformed it becomes (x,0,z) or how am I supposed to work with this?
<@&286206848099549185>
is the equation of the plane x + z = 0?
so is $T(\vec{x})=\text{proj}_{P}(\vec{x})$, where $\vec{x}\in R^{3}$ and $P$ is the plane $x+z=0$
l spacebaR l:
I'm here
I'm trying to understand, so T is the projection of (x,y,z) onto (1,0,1)?
well, i would interpret that as T is the projection of a vector in R^3 onto the subspace spanned by {<-1,0,1>, <0,1,0>
because that subspace is the plane x+z=0
actually
i thought it was that
<-1,0,1> is in the plane
ur right
wtf am i on about
its an arbitrary point on the plane
since it satisfies the equation
Wait, is the normal vector not (1,0,1)? I understand where (1,0,-1) or (-1,0,1) is coming from since x+z=0 but isn't the normal given by the coefficients?
it is
normal is
(1,0,1).
and the other two are points on the plane
i dont get the wording of the quation
"A transformation T: R3 -> R3 is given by a projection in the plane x+z=0."
So, if I'm looking for a vectors projection on the plane I take the projection of (x+1,0,y-1) onto (1,0,1)?
so $T(\vec{r})=\frac{\vec{r}\cdot [-1,0,1]^{T}}{|[-1,0,1]^{T}|^{2}}[-1,0,1]^{T}+\frac{\vec{r}\cdot [0,1,0]^{T}}{|[0,1,0]^{T}|^{2}}[0,1,0]^{T}$ where $\vec{r}\in R^{3}$
it's a transformation from R^3 to R^3, and that transformation is that projection
s[1,0,0] -t[0,0,1] is any point on the plane
it's just finding the projection onto the plane
you can subtract the projection onto the normal from the vector
and that's it
that's the easiest way to do the transformation
l spacebaR l:
wow u wrote the equation of projectin in latex, are u a psychopath
@magic slate How come we need to take r's projection onto (0,1,0) as well? I get the first part, but not the second.
Or does y even change?
A true psychopath would’ve written that equation in latex on phone
$T(\vec{r})=\vec{r}-\frac{\vec{r}\cdot [1,0,1]}{2}[1,0,1]$
PorosInMyAshe:
that's the transformation
the projection onto the normal subtracted from the vector itself
gives the projection onto the plane
it's simply thinking about the problem in a different coordinate system, and removing the normal component in that system
so whatever you are left with is in the plane
so effectively a projection onto the plane
it's no different than if you just "removed" the z-component of a vector in order to project it onto the xy plane
Okay thanks, this helps me. So just the formula for projection gives the parallell projection into the plane and subtracting it from the vector which is projected gives us the orthogonal vector that is projected onto the plane?
That might be messy but I think I've got it right?
if you're trying to memorize the formula, here's how to remember it
oh that one
$\frac{\langle u, v \rangle}{\langle v, v \rangle} v = \frac{\langle u, \frac{v}{\Vert v \Vert }\rangle} \langle u, \hat{v} \rangle} \hat v \rangle$
damn
was hoping for a first try there
one sec
aaaaa
gfauxpas:
Compile Error! Click the
reaction for details. (You may edit your message)
let me start from scratth
$\frac{\langle u, v \rangle}{\langle v, v \rangle} v = \left \langle u, \frac{v}{\Vert v \Vert} \right\rangle \frac{v}{\Vert v \Vert} = \langle u, \hat v \rangle \hat v$
almost there
gfauxpas:
there we go
that's how I remember it
because the one on the right hand side is easier to remember than the original form
you just normalize v before projecting onto v
for me that's easier at least
Yeah thanks, and say that v is a normal to a plane then the projection of u onto v gives us the vector lying in the plane right?
isnt <0,1,0> in the span of that plane
and its orthogonal to <-1,0,1>
so those two make a basis of the plane
cause y can be any number and itll still satisfy the equation of the plane
i could be wrong here though
and the formula for projecting onto a span of vectors
is you put the column vectors into a matrix M
and it's
$\text{Proj}_A(v) = A(A^\top A)^{-1}A^\top v$
whoa
gfauxpas:
RokettoJanpu:
\langle \rangle
anyway I just memorized it, I dont have a mnemonic, if someone has one feel free to say it
well
if A is a single column
but Oily if the plane is x+z=0 and you say that (0,1,0) is in the span of the plane, that means that any (x,y,-x) is a point on that plane right? What does the lack of y in the equation for the plane given by x+z=0 represent then?
it does reduce to the formula for projection onto a vector
@magic slate in my eyes, no difference
Does it mean that the plane contains all possible y's for any point where x=-z?
ok, im not familiar with it yet. i just thought it might be different
and yes any y can satisfy it
what matters is that x=-z
Comes down to if you like midlines or commas
to find the basis just let x=s then z=-s and let y =t
then $[x,y,z]^{T}=s[1,0,-1]^{T} +t[0,1,0]^{T}$
l spacebaR l:
so the plane is defined by the span of those two vectors
So if the blue part is the plane given by x-y+2z=0 and I'm looking for P(v), is it just the projection of v onto (1,-1,2)?
So ((V . (1,-1,2)) / 6) * (1,-1,2)?
Hey ya'll, not really sure where to head on this one
remember the effects of row ops on the det of a matrix
in particular, what happens when you multiply a row/col by a scalar
no
@magic slate Yeah I understand, but I'm looking at an answer sheet that shows this. Notice the arrows, shouldn't they be reversed? https://gyazo.com/374ea040787d5468299e0a0552d1dc84
The addition of the scalar 7 is whats throwing me off haha
they should be
Shouldnt proj(v) onto n give me the vector lying in the plane and v-proj(v) onto n give me the vector orthogonal to the plane?
yes youre right
email your prof or something
cause that doesnt seem right
unless its the proj onto the normal vector or something weird
this shouldn't make sense bc you didn't define A,B,k but ik what you're getting at. that's it
Thank you, that had me a bit confused. Guess, I'll ask him after the winter break
yeah mymathlab sucks at labeling things. The top would be A, bottom would be B. K would be the scalar used in B.
better 👍
With that cleared up does it sound accurate?
ik what you were getting at anyway but it's poor practice to talk of A,B,k without defining them prior
@magic slate Yeah, it was projection onto the normal vector. But what does your method do? You project the vector V on the two vectors that span the plane and get the transformation of V lying in the plane?
@obsidian rapids show whatcha did so far
yeah i thought it was the transformation that take v onto the plane
i just solved for x,y,z given the equation of the plane
which gave a basis for the plane
then just projected the vector v onto that basis
i've got pretty much nothing that I think is in the right direction on this. But, first thought was to subtract the scalar from the matrix
man the cut off on this is annoying, but there is a bracket on the right side
Oh, I found a good youtube video to walk me through this.
K so
Find a basis for the nullspace of this new guy
The 1st eqn gives you x_1=x_3 which you can use in other eqns
Yeah okay. So then x_2 = 3/4x_1 + 1/4x_3 ?
The 1st eqn gives you x_1=x_3 which you can use in other eqns
Use this to make a sub
long day sorry, hold on lol
so x_2=x_3 as well
so x_1 = x_2 = x_3. x_4 is free. Would that make my eigenspace be {0,0,0,1}? (arbitrary 1 because it's free)
so x_1 = x_2 = x_3. x_4 is free.
The eigenvectors take the form (x_1,x_2,x_3,x_4). Use the above to make subs
Well see I guess this is somewhere i'm lost. none of these eigenvectors take the form of a number.
They’re vectors
that doesn't help me
Not scalars
all of my course work has one of them equal to a number to solve with, this one doesn't.
did you put the matrix in rref
cause that always helps me solve this sort of problem
Rewrite the form (x_1,x_2,x_3,x_4) so that it only depends on two free variables. Use your above work to make subs
rref?
All i've got so far is that x_1 = x_3, x_2 = x_3, and x_3 = x_3. x_4 is free.
So now you can replace x_1 with x_3, etc
What does the eigenvector form take afterward?
what do you mean?
The eigenvectors have the form (x_1,x_2,x_3,x_4). What’s that become after making subs?
{x_3, x_3, x_3, x_4} no?
Yes
okay, I get that.
But where do I get actual numbers out of this besides x_4 being whatever I choose?
I like to “separate” free vars by rewriting the form as a sum of vectors
For example, (a,a,b) = (a,a,0) + (0,0,b)
that actually helps me understand more than the other way
negative.
How would you rewrite the form as such a sum?
I assume such a maccaroni put it
ohhhhhhh
x_3 being equal to itself makes it free
duh
So my basis could be {1,1,1,1} correct?
Thanks for that walk through. I'm sure it was painful lol. Up for another?
Wouldn't your basis be the span of {(1,1,1,0),(0,0,0,1)}
I focused on rewriting the eigenvector form as a sum for a reason
@gleaming topaz That's what I thought, but they told me otherwise.
I don't they did but your null-space is given by E(5)=x1(1,1,1,0) + x2(0,0,0,1) and as Sanketto said choose any non zero scalar for x1 and x2 to get a basis
I wrote as a sum to show that
The eigenspace is the set of all linear combos of (1,1,1,0) & (0,0,0,1), aka their span
So then it would be (1,1,1,1) ?
(1,1,1,1) is just a point in that basis
You can always write:
span{eigenvector 1, eigenvector 2}
as your answer
yeah thats what I did.
Here is my next headache
oh nevermind
Lol. This is simple enough.
👍
Just taking the left matrix to whatever power I want
well, you use the fact that (PDP^-1)^n = PD^nP^-1
no one wants to mess with that computation stuff 
What are you trying to do?
You get why it becomes P(D^k)P here when you want to calculate A^k and why this is the prefered method of calculating a power of a non diagonal matrix?
You shouldn't just try to get the answer without understanding the problem
No, they want you to give a general matrix to calculate A^k using A=PDP^-1
I'm just trying to make sure I understand and am doing things right lol
do u see what eddy is saying tho?
What happens to (PDP^-1) when you raise it to a power say 3?
You get (PDP^-1)(PDP^-1)(PDP^-1) right
right
Can that be simplified in any way?
Could you with the help of that see what happens for (PDP^-1)^k to help you give a matrix for A^k?
probably?
Never seen a problem like this so i'm not real sure of anything.
i've done simple versions where i'm given PD and do PDP^-1 but nothing to do with A^k
Well what happens with (PDP^-1 )when it's raised to a power?
It's multiplied against itself however many times specified
Lol sure, but going back to what I said before say you have (PDP^-1)^3, you get
(PDP^-1)(PDP^-1)(PDP^-1) right?
Can you see how that could be simplified?
I guess I don't see what you are getting at
What is the inverse matrix multiplied by the matrix its a inverse of?
A multiplied by A^-1
*think associativity
You should get an identity matrix
Yes and what is the identity matrix multiplied by say a matrix B? I * B?
And you know that matrix multiplication is associative right such as ABC = A(BC) = (AB)C
Right
So with everything I just said in mind, do you see how this could be simplified?
(PDP^-1)(PDP^-1)(PDP^-1)
If not, does this help you?
PD(P^-1P)D(P^-1P)DP^-1
P^-1P is supposed to be mean the inverse of P multiplied by P, I just don't know latex
Yeah i'm still pretty lost. This is the kind of problem i need to find an example and follow along with to see how it works.
oh
So would I basically do PD^kP^-1?
Yeas that's what it'd simplify to
Yes
That makes more sense
just do it for k=2,3 and use induction to convince yourself
yeah, I take the diagonal, in this case a and b, and put them individually to the desired power.
ye
Okay cool, so if you have A = PDP^-1 and you take A^k, can you somehow use (PDP^-1)^k to find an expression for A^k?
heck wrong commands
Xd
my latex is weak ><
A^2 =
your things were flipped begin{matrix}
Tell me I didn't f taht up lol
yeah lmao
or rather, you might want bmatrix for bracket or pmatrix for parenthesis
Well your answer is supposed to be whatever PD^kP^-1 comes out to be
So if that's that, then it's right
$\begin{pmatrix} a & 0 \ 0 & b \end{pmatrix}^k = \begin{pmatrix} a^k & 0 \ 0 & b^k \end{pmatrix} $
pls work
Should be. I'll double check it with a calc
yay
FlynnXD:
Well yeah not really but almost
yup 👍
You calculated A^2 but they were asking for A^k
oh
I figured they meant to put in "an arbitrary integer"
makes more sense to not do that
thanks eddy
Yes, and btw do you understand where the matrices P and D come from?
Beyond being given to me not really.
In this equation I get that they are what make A.
But beyond that nah.
Well, you'll probably learn but D is the matrix with A's eigenvalues in it's diagonal and P has A's eigenvectors as columns
mmmmm gotcha. Yeah, maybe a little beyond where i'm at right now lol.
are you familiar with the equation for eigenvalues and eigenvectors
$Av =\lambda v$
Merosity:
you can basically imagine the matrices P and D coming from writing all the eigenvectors and eigenvalue equations simultaneously as one large matrix equation
AP=PD
makes sense
try to work it out for yourself to see why that is, like why did we have to put the D on the right side and not write it as say, AP=DP?
Yeah i'll try to remember and do that tomorrow. I just have one more to figure out tonight.
No idea how to setup a matrix from this
have you ever set up equations to determine currents in wires before
Lmao that seems irrelevant for a linear algebra course
thanks
kirchoffs laws yes
will need some gaussian elimination if u wanna do them for lots more branches type thing
but matrix yes
@obsidian rapids
Take a look for mesh analysis to see this done
Holà! Who knows https://brilliant.org/ ?
@cursive narwhal does
I used it for quite a lot of math and physics olympiad prep
It got me pretty far
I personally think it's excellent
I'm currently using it as a way to revise my Linear algebra and calc courses at uni haha
I'm studying Physics at ULB (University of Brussels) x)
Yea it's very good
Though another one you could benefit from is the lectures by technion on youtube
They have 3 lecture series by this professor from Technion and he's very good, in my opinion
Algebra 1M - international
Course no. 104016
Dr. Aviv Censor
Technion - International school of engineering
Thanks !
Is there an operation that returns zero when the integer input is 1, but returns 1 when the integer value is greater than 1?
i am using a very simple calculator, so i can only use basic mathematical symbols
Isnt this just y=mx+b
Hardly?

..
Affine algebra
i am trying to post a working formula into a wiki, but it hinges on being able to do what i stats (only base mathematical symbols
A formula for what
"Is there an operation that returns zero when the integer input is 1, but returns 1 when the integer value is greater than 1?"
This?
yeah
it only needed to fill 6 conditions though, someone came up with this:
f3(x) = -(1/12)(x - 1)(x - 2)(x - 4)(x - 5)(x - 6) satisfies:
f3(3) = 1
f3(1) = f3(2) = f3(4) = f3(5) = f3(6) = 0
I guess if you need to only use +×÷- then that's what you do
I am having a tough tim understanding this
what is the formula?
is it just this portion?
of everything?
I'm confused..
It's saying that
If chi is really small
chi² is really really small
So 1-chi² is very close to 1
And sqrt(1-chi²) is even closer to one
Which line did i lose you
Oh is your question about how sqrt(1-chi²) disappeared?
Yes
$\chi$
gfauxpas:
$\xi$
Err
Ann:
bruh
Xi sorry
bruh

I understand what th leetters mean
I don't know why they repeat δ
Do you have this formula in the context of a larger problem
Yes
QUESTION FIVE
A) A mass and spring system has a mass of 20 kg. The natural frequency of the system is 77 Hz without considering any damping effect. What is the spring’s stiffness?
(5 Marks)
b) A damper is added to the system to give the system a damping ratio of 0.1. Can you calculate the damping constant/coefficient?
(5 Marks)
c) Calculate the logarithmic decrement.
I don't think there's a reason delta is repeated, maybe a typo
I have done A) and B)
correctly I believe
and now I have to calculate the log decrement
using that fromula
But I am confused, beecausee it has so many elements
four parts
Is the damping coefficient the same thing as the damping ratio?
Damp ratio = actual damp const/critical damp const
Okay so
That’s a fancy N
gfauxpas:
If you are correct that ξ=0.1
Well why don't you do it the real way and the approximate why
It's telling you why the approximation works
The real formula is δ=2πξ/sqrt(1-ξ²)
The approximation is δ=2πξ
ah!
that's what got me confused!
but can I use the real formula all the time?
instead?
Yes it you want to
But the answers will be very close if ξ is close to 0
Np
Sorry for calling xi chi
no worries
,w sqrt(1-0.1^2)
,w 1/sqrt(1-0.01)
close enough
Or multiplying by that number, yes
does this proof look valid? 0 here represents the 0-vector. Prove -0 = 0. Proof: -0 = -1(0-0) = -0+0 = 0. QED
Have you proven previously that -x = (-1)(x)?
Yeah seems correct to me
k, thanks !
well im finally done with this, thanks for your help y'all
i do not deserve this grade but i will take it gladly
90-100 is probably an A, no +/- grades. Its simple and a lot of schools do it that way. The only problem is, at least at my school, is that an 89.4 and an 89.5 is the difference between a 3.0 and a 4.0 GPA.
Congrats, defunct 
How does grading in the U.S. even work? In my linear algebra class in Sweden we have one test to decide our grade for the whole 10 week course
Oof you study in sweden? Where?
so awhile ago i asked about an expression/equation where:
if 0 then 0
if 1+ then 1
and there weren't any great answers, but someone found a "close" answer
f(x) = 1/(1 + 100^(-100 * (x - 0.5)))
if 0 then 1x10^-100
if 1+ then roughly 1
it's truly beautiful
it's 1 divided by an exponential decay curve that has basically a falling edge at 0.5, and reaches near the asymptote after that
I think @vast torrent mentioned that a possible answer was $1-\delta _{ij}$
Abhijeet Vats:
Where that funny looking symbol is the kronecker delta
oh, perhaps i was confused then
@cursive narwhal At Örebro University
@gleaming topaz you're a math major or just taking linalg?
Just taking linalg amongst other math classes for engineering
If I have:
f(1) = 1/0.8^0 + 1/0.8^1
f(2) = 1/0.8^0 + 1/0.8^1 + 1/0.8^2
How do I express f(x)?
you've only said what f(1) and f(2) are, so without further information the value of f(x) could be just about anything for x other than 1 and 2.
adding 1/0.8^x each time
also, how is this linear algebra at all?
I don't know what it is
then post in #❓how-to-get-help, any of the 10 unoccupied channels
instead of risking posting something where it doesn't belong
🙄
also maybe try to be a little less vague in your descriptions.
where did you get the (x+1) from @weary talon
this doesn't change the fact that this is not linear algebra at all
this is easily the most abused channel in the server
why do so many people not take the 5 seconds to understand the definition of linear algebra
or take the 5 seconds to understand that the course they are taking is not called "Linear Algebra"
I'm not in a course and this is work-related, so I have absolutely no hinting on what branch of maths this would be in. I actually spent like a minute or two googling up equations/algebra, looked at the previous conversations here and it seemed to fit for me. Sorry for not being a math genius
@buoyant pike @slow scroll my 2 year school does the 90-100 = an A, 80-90=b, etc, with hard cutoffs at the -9.5
the 2 year school is extremely strict and curving only happens on individual exams with limited EC
so its actually extremely harsh for your gpa if you're a borderline student
UMD, the 4 year school i also attend, does +- and is much more lenient on curves
i've had friends earn a B with a 45%
so there a B= a 3.0, B+ = 3.3, A- = 3.7, and an A = 4.0
$ \sum{n = 0}{x} (5^n)/(4^n) $
$$\sum_{n=0}^{x}\frac{5^n}{4^n}$$
Tuong:
now, what does this have to do with linear algebra?
I have the matrix equation Ax = y, where the matrices are defined as this
$\begin{bmatrix} 1 & 1 \ 1 & 2 \ 1 & 3 \ 1 & 4\end{bmatrix}\begin{bmatrix} x_1 \ x_2 \end{bmatrix} = \begin{bmatrix} y_1 \ y_2 \ y_3 \ y^4 \end{bmatrix}$
gfauxpas:
Find a pair of vectors u, v, in R^4 such that
for any $y \in \mathbb R^4$ satisfying $u^t y = 0$ and $v^t y = 0$
gfauxpas:
then there is a unique x in R^2 satisfying Ax = y as defined above
I honestly don't even know how to show effort in this
I just rewrote inner products in a bunch of ways hopeing something would become obvious
$y = \begin{bmatrix} x_1 + 1 x_2 \ x_1 + 2x_2 \ x_1 + 3 x_2 \ x_1 + 4 x_2 \end{bmatrix}$
gfauxpas:
I can write things like that but i dont know how to get closer to the solution ;_;
<@&286206848099549185>
@vast torrent
hi Flynn
you found u, v?
no I have no fucking clue how to do this ;_;
agreed
and v=-u 
but then that doesnt give a unique (x1,x2)
wdym
you just found a solution that works for all (x1,x2)
yes
ohh
thanks for trying
I need to com eback to this problem later, I'll try it later
aight
thanks Flynn, but my brain doesnt want to do it rightnow
yeah me neithor
appreciate the effort
If a linear map between vector spaces is not bijective, does that imply that the mapping has no inverse?
or can you not say given only the bijectivity
in all areas of mathematics, a mapping is invertible iff it is bijective
khan academy has a proof of this
@magic slate
Why is the cross product only defined on $\mathbb{R}^3$
0.5772156649:
Like if you think of the cross product as the vector orthogonal to a set of vectors with length equal to the area of the shape they make
Not that the question is bad but this is the sort of thing that can be googled.
I believe I have googled it in the past
I don't remember exactly what I got, but I think it wasn't a completely satisfying answer
you can think of it as a consequence of taking a determinant of 2 vectors and one "undetermined vector" in R^3 means you have a free row
so you can think of it as a kind of determinant operator, waiting for one vector to be dotted into it to fill the blank
in R^4 you could just as well make a "cross product" but now you need to feed it 3 vectors to get a vector output
so it's no longer a binary operation
for fun, work out what the "2D cross product" is
since from this perspective it takes only one vector input and gives 1 vector output
It would just be rotation, right?
Like equivalent to multiplication by the matrix
0 1
-1 0
yep
Wait what is a tensor?
and of course still has the nice property of being perpendicular
I never said anything about tensors hehehe
Right but
If the 2 dimensional cross product could be represented by a matrix (or 2-tensor) could the 3 dimensional cross product be represented by 3-tensor?
(That notation could be wrong but you get the idea)
Merosity:
Interesting
this would be a way to represent a cross product in tensor notation between U and V
the components
Wait isn't an n-tensor a mapping from 1-tensors (vectors) to (n-1)-tensors?
Because if so, that would make perfect sense
do you know what einstein summation notation is
No
Merosity:
Merosity:
it's skew symmetric in all its indices
and takes on only 1,0, and -1
in this form as I've written it
it's a skew symmetric symbol
0.5772156649:
sorry I should have written it as,
$W_i = \sum_{j=1}^3 \sum_{k=1}^3e_{ijk}U_jV_k$
Merosity:
let's start from the bottom, U, V are vectors and U_j and V_k are their vector components in some basis
at a point
Right
now e_{ijk} is a skew symmetric symbol which just means if we exchange indices, we alternate its sign
so $e_{123} =1 $and $e_{213}=-1$
Merosity:
furthermore $e_{112}=0$
Merosity:
should be clear how to derive this starting from just given e_{123}=1
the rest actually follows from that property
What is $e_{111}$
0.5772156649:
exchange the first two indices, you get e_{111}
and it should be the negative of itself
so that means it's 0
Wait is $W_i$ our tensor?
0.5772156649:
technically as I've written it, none of these are really tensors
Oh right
that's why I'm using e_{ijk} and threw away the epsilon_{ijk}
since really the relationship to make it a tensor involves relative tensors and normalizing by the square root of the determinant of the metric tensor
but you haven't quite gotten there yet
Wait does $e_{ijk} = e_{kji}$
0.5772156649:
since you just learned what einstein summation notation is
actually you didn't even leran that I think
since I didn't tell you lol
Wait negative that
well it's not important for now
There should be a negative there
yeah I think you're right
if you're familiar with group theory, it's the sign of the permutation
$e_{ijk} = - e_{jik} = e_{jki} = -e_{kji}$
Merosity:
just doing it one step at a time
Right
$\sum_{i=1}^3 \sum_{j=1}^3 \sum_{k=1}^3 e_{ijk}U_iV_jW_k$
Merosity:

