Skip to main content
1-Visitor
October 13, 2016
Solved

Is it possible to use lsolve for vector unknows

  • October 13, 2016
  • 1 reply
  • 1564 views

I try to use lsolve to find coordinates of unknown Bezier control points. But mathcad 15 doesn`t like vector v which consists of vector values.

Does it means that I need to solve system for each component of point coordinate,i.e. one time for x and one more time for y?

Best answer by Fred_Kohlhepp

Did you try "vectorizing" the function (putting the arrow above?)

1 reply

23-Emerald I
October 13, 2016

Did you try "vectorizing" the function (putting the arrow above?)

ifomenko1-VisitorAuthor
1-Visitor
October 13, 2016

Thank you very much Fred. You are genius