Skip to main content
1-Visitor
July 3, 2018
Solved

How to Find() a vector

  • July 3, 2018
  • 1 reply
  • 2588 views

Hi, sorry for the old question but can`t remember how to solve this simple task.

I have a triangle with equal sides and I want to find coordinates of the 3rd point.

File is attached

Find 3rd point.PNG

Best answer by Werner_E

Solve block always had problems with vectors.

Here obviously Mathcad does not like the solved for vector being an element of a nested vector.

B.png

1 reply

Werner_E25-Diamond IAnswer
25-Diamond I
July 3, 2018

Solve block always had problems with vectors.

Here obviously Mathcad does not like the solved for vector being an element of a nested vector.

B.png

ifomenko1-VisitorAuthor
1-Visitor
July 3, 2018

Thank you, I know the way you suggested, it is OK for this simple particular task, but I want to write a universal procedure which can solve tasks with different conditions, for P.1,P.2 or P100.

25-Diamond I
July 3, 2018

As long as you just solve for one of your vector elements P[1 .. P[100 you can do as shown. Just make this one vector a single vector and leave the rest.

Only thing you can't use are sums or product as you can't address the solved for vector by its index. But depending on the specific task there may be workarounds for this, too, if needed.