Interpreting Linear Algebra Equation

NSOutWest
Messages
4
Reaction score
0
I've been given a parametric equation (forgive me if this is the wrong term) of the form

[x1, x2, x3] = [1, 2, 3] + t[1, 1, 1]

and I don't know how to interpret it.

My best guess:

1x1 + 2x2 + 3x3 + t(x1 + x2 + x3)

I know this isn't right; could someone help me out?

EDIT: "t" is simply an arbitrary variable.
 
Physics news on Phys.org
NSOutWest said:
I've been given a parametric equation (forgive me if this is the wrong term) of the form

[x1, x2, x3] = [1, 2, 3] + t[1, 1, 1]

and I don't know how to interpret it.

My best guess:

1x1 + 2x2 + 3x3 + t(x1 + x2 + x3)

I know this isn't right; could someone help me out?

EDIT: "t" is simply an arbitrary variable.

It means that the vector on the left of the "=" sign equals the vector on the right, and that means that the first component on the left must equal the first component on the right, etc. In other words, for any i, the i-th component on the left equals the i-th component on the right.

RGV
 
Last edited:
Okay, I figured it out (with a buddy's help).

The first part is a point (Duh, don't know how I missed that one.), and the second part is a vector of length t(x, y, z). Adding them together gives a vector with an origin.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top