Ask your own question, for FREE!
Linear Algebra 11 Online
OpenStudy (anonymous):

Hi there! I'm trying to understand how the (float) power of matrix works. Could you help me with that?

OpenStudy (primeralph):

The power of float or the power of matrices?

OpenStudy (primeralph):

Float (in computing) is simply a way to specify that you have a considerable number of floating points after a number (or simply decimal points). This helps provide precision when dealing with sensitive data, but it also makes computation slower. An example below:

OpenStudy (anonymous):

i have a shear matrix M and i'm trying to do: M^x (where x can be a float value)

OpenStudy (primeralph):

x being float, complicates the problem because you have to use more rigorous methods. For example: M^4 is easy because you just multiply the matrix by itself 4 times. For M^3.54235, the power is a float type, so it become complicated. The power of making such a generalization though is that you can make very interesting results from this.

OpenStudy (primeralph):

Just as it it easier to compute x^6 than to compute x^4.33

OpenStudy (anonymous):

this is exactly what i'm trying to do... x being an integer isn't sufficient for me

OpenStudy (anonymous):

do you know how to compute this (with a shear matrix that has just 1 eigenvector)?

OpenStudy (primeralph):

So are you needing a method to generalize to floating point numbers or do you just want to know why it's important?

OpenStudy (anonymous):

i need a method

OpenStudy (anonymous):

i'm writing a game engine and i need this to do some manipulations to objects in the world

OpenStudy (primeralph):

Do you know how to find eigenvalues and vectors?

OpenStudy (anonymous):

not exactly i know what they are, but i don't understand how they work or what they have to do with the power of matrix

OpenStudy (primeralph):

Okay, I'll explain to a point, but I need to know how much of matrices you already know.

OpenStudy (anonymous):

i know how to multiply them

OpenStudy (anonymous):

i see the columns as vectors in space

OpenStudy (primeralph):

Do you have a math tool for work or are you seeking to do all this by hand?

OpenStudy (anonymous):

maybe we can use an online whiteboard

OpenStudy (primeralph):

Yeah, show me one.

OpenStudy (anonymous):

http://www.twiddla.com/1493766

OpenStudy (anonymous):

i don't know if you're able to edit it as well

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!