Ask your own question, for FREE!
Mathematics 9 Online
OpenStudy (bahrom7893):

Polpak here's the question!

OpenStudy (bahrom7893):

OpenStudy (bahrom7893):

the inner product defined in 4 was..

OpenStudy (bahrom7893):

<A|B> = trace(A^T B) trace of a transpose times b

OpenStudy (bahrom7893):

Just tell me what I need to do. Like what do I need to find here? Ughh i hate lin algebra notation..

OpenStudy (anonymous):

Ok, firstly, to be orthonormal they must be orthogonal. So check that the inner products of each are all 0.

OpenStudy (anonymous):

So <A,B> must be 0, <A,C> must be 0, <A,D> must be 0 <B,C> must be 0, <B,D> must be 0 <C,D> must be 0.

OpenStudy (bahrom7893):

DAAAAAMMMNNN SO MUCH WORK??? Is there an easier way? lol I will need to multiply matrices 6 times...

OpenStudy (anonymous):

there's an easier way

OpenStudy (anonymous):

if the determinants are all zero, they are all lin ind and detA times detB = detAB

OpenStudy (anonymous):

oops

OpenStudy (anonymous):

I'm not sure how the determinate of the individual matrix can show that it and another are linearly independent.

OpenStudy (anonymous):

meant not all zero

OpenStudy (anonymous):

if the det of a matrix is NOT zero, it's lin ind

OpenStudy (bahrom7893):

wait what about the with respect to the inner product which is: <A|B> = tr(A^TB)

OpenStudy (anonymous):

Yes, but we need to show that the set of these matrices is linearly independent. Not that each one on its own is linearly independent.

OpenStudy (anonymous):

there's a property that says detAdetB = detAB

OpenStudy (bahrom7893):

oh yea..

OpenStudy (anonymous):

Anyway, you're being a baby bahrom. They all have 1 or -1, multiplying them is trivial ;p

OpenStudy (bahrom7893):

lol polpak i've been doing linear algebra for the past 3 days.. i deserve being a baby for a while..

OpenStudy (anonymous):

\((c_1A)(c_2B) =( c_1c_2)AB\)

OpenStudy (anonymous):

bahrom, do yourself a favor: memorize the properties in your book...they all tie together

OpenStudy (bahrom7893):

math i have no space left.. anyway we just did determinants yesterday this was assigned three days ago.. so what do I do? Just show that every single determinant is not equal to zero, since if the determinant is 0, then the matrices are lin dependent and the basis is NOT orthonormal?

OpenStudy (bahrom7893):

I mean if i were to use determinants, would I just show that every single determinant is not 0 and that's it?

OpenStudy (anonymous):

well if it's a square matrix, if you can at least remember that if the det is not 0 it has lin ind rows/vectors

OpenStudy (anonymous):

it will help you later on

OpenStudy (bahrom7893):

wait guys but how does the trace(A^TB) tie in here?

OpenStudy (anonymous):

\[trac((\frac{1}{2\sqrt{2}})\left[\begin{matrix}0 & 1\\1 &0\end{matrix}\right]\left[\begin{matrix}1 & -1\\1 &1\end{matrix} \right])=trace((\frac{1}{2\sqrt{2}})\left[\begin{matrix}1&1\\1&-1\end{matrix}\right]) = 0\]

OpenStudy (anonymous):

So certainly those two are orthogonal.

OpenStudy (anonymous):

You know how to do the 'whole row' method of matrix multiplication right?

OpenStudy (anonymous):

cause you _will_ need to multiply them to solve this.

OpenStudy (bahrom7893):

what do u mean? i mean i know how to multiply matrices..

OpenStudy (anonymous):

There are different ways to think about matrix multiplication.

OpenStudy (bahrom7893):

okay whatever i will multiply this crap out to determine if they are orthogonal.. then what do i do to show they are orthonormal?

OpenStudy (anonymous):

You just have to show that they have unit length. (whatever that means for matrixes)

OpenStudy (anonymous):

Oh, I remember.

OpenStudy (anonymous):

This is bringing back bad memories of a class _long_ dead... :P

OpenStudy (anonymous):

<U,U> = (magnitude of U)^2

OpenStudy (anonymous):

So you have to take their inner product with themselves and show that it's 1.

OpenStudy (anonymous):

So that's 4 more multiplications to do.

OpenStudy (anonymous):

You should explain how you do multiplication, cause I may be able to show you a faster way.

OpenStudy (bahrom7893):

okay great so first step: Show that: <A,B> must be 0, <A,C> must be 0, <A,D> must be 0 <B,C> must be 0, <B,D> must be 0 <C,D> must be 0. 2nd step: <A|A> = 1 <B|B> = 1 <C|C> = 1 <D|D> = 1 That's 10 matrix multiplications.. just kill me..

OpenStudy (bahrom7893):

Anyway i just do row * column

OpenStudy (anonymous):

Ouch. Yeah. that takes more thinking (IMO)

OpenStudy (anonymous):

Give me two 2 by 2 matrices. for example and I'll show you how to multiply them 'faster' (for me anyway)

OpenStudy (bahrom7893):

a1 a2 a3 a4 and b1 b2 b3 b4

OpenStudy (anonymous):

oh fine.. be complicated ;p

OpenStudy (bahrom7893):

no i just want a general formula so that i know it..

OpenStudy (anonymous):

\[AB = \left[\begin{matrix}a1<b1,b2> + a2<b3,b4>\\ a3<b1,b2> + a4<b3,b4>\end{matrix}\right]\]

OpenStudy (anonymous):

But it's easier to explain with actual examples.

OpenStudy (bahrom7893):

okay then: 1 2 3 4 and 5 6 7 8

OpenStudy (anonymous):

Except I forgot the 2.

OpenStudy (anonymous):

<5,6> + <14,16> = <19,24>

OpenStudy (anonymous):

That's the first row of AB.

OpenStudy (anonymous):

the second row is: <15,18> +<28, 32> = <43,50>

OpenStudy (anonymous):

It's easier for me to do on paper than typing obviously. But even though it's essentially the same operation it feels like less because I have fewer things to remember.

OpenStudy (bahrom7893):

okay..

OpenStudy (anonymous):

6+16 = 22, not 24

OpenStudy (anonymous):

bleh.. I'm not making a good case here, but look at the problem you have for example.

OpenStudy (anonymous):

\[\left[\begin{matrix}1&0\\0 &-1\end{matrix}\right]\left[\begin{matrix}1&-1\\1 &1\end{matrix}\right]=\left[\begin{matrix}1&-1\\-1 &-1\end{matrix}\right]\]

OpenStudy (anonymous):

The first row of the resulting matrix is just 1 of the first row of matrix B plus 0 of the second row of matrix B.

OpenStudy (anonymous):

The second row of the result is just 0 of the first row of B plus -1 of the second row of matrix B

OpenStudy (bahrom7893):

k

OpenStudy (bahrom7893):

u know what polpak i appreciate all the input but instead of tryin to memorize even more info im just gonna use the traditional way..

OpenStudy (anonymous):

np. When you get some free time, try understanding what I said and give it a try. It might be faster. But for now sure, use the traditional method.

OpenStudy (bahrom7893):

i have a final tomorrow ima need as much memory as i can..

OpenStudy (bahrom7893):

i will look at this on friday.. once im done with my final..

OpenStudy (bahrom7893):

*as possible..

OpenStudy (anonymous):

I know that for me, it was faster because using the traditional way I'd always get screwed up on which column times which row I was working on...

OpenStudy (anonymous):

I'm sure u will do well...:-)

OpenStudy (bahrom7893):

thank you guys! U guys saved my booty like 11 times so far with this class.. nobody got to help me with ODEs though.. but i did good in those..

OpenStudy (anonymous):

I unfortunately recall very little from diff-eqs. I need to re-learn that material.

OpenStudy (bahrom7893):

it's much better than linear algebra!

OpenStudy (bahrom7893):

much harder but much better!

OpenStudy (anonymous):

I dunno, I find linear stuff pretty cool.

OpenStudy (anonymous):

Linear algebra gets a bad rep because the way it is taught hasn't kept up with developments (If you get a chance you really should take a look at vector spaces (proper ones with actual vectors in 'em, not polynomials) minus all the nonsense).

OpenStudy (bahrom7893):

i keep makin arith mistakes on this stuff it freaks me out all the time.. Last time i lost like 20 minutes redoing the same problem OVER AND OVER AGAIn like 3 times and i got a sign wrong..

OpenStudy (anonymous):

I agree, used to be you could show off by calculating the determinant of a 5 by 5 matrix, not really a useful skill any more...

OpenStudy (bahrom7893):

almost there.. did 3 matrix multips.. 7 to go..

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!