Interpreting Linear Algebra Equation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
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.