Skip to main content
1-Visitor
June 7, 2013
Solved

Possible to address a value in a nested vector?

  • June 7, 2013
  • 1 reply
  • 1196 views

In the attached MathCAD 14 worksheet I'm attempting to create a new vector that is 2 times a particular value within another vector. More specifically, I'd like the (12 position) vector a.d to be 2 multiplied by the second value in all 12 C.ard vectors. How to tell a.d to successively address the second value in each C.ard vector and multiply it by 2?

Best answer by Werner_E

How to tell a.d to successively address the second value in each C.ard vector and multiply it by 2?

Like so?

NestedVectors.png

1 reply

Werner_E25-Diamond IAnswer
25-Diamond I
June 7, 2013

How to tell a.d to successively address the second value in each C.ard vector and multiply it by 2?

Like so?

NestedVectors.png

dsochor1-VisitorAuthor
1-Visitor
June 12, 2013

Thanks again Werner, your vector of a vector notation is exactly what I was looking for.