Skip to main content
20-Turquoise
April 16, 2013
Solved

To_Nested.

  • April 16, 2013
  • 3 replies
  • 1328 views

Hello Everyone,

The question : Need help to create a function as the following:

To_Nested.PNG

Thanks in advance for your hint and help.

Best Regards.

Best answer by Werner_E

The problem is the symbolic result of "lsolve" in the under-detetrmined case. This result is kind of a list which does not seem to be processable automatically. Whle you can copy it manually and use it as argument in the augment function, it won't work assigning it a variable and use that in augment.

invalid_expression.png

3 replies

25-Diamond I
April 16, 2013

The input argument (vectors, separeted by commas) seems not to be a valid Mathcad expression to be manipulated.

23-Emerald I
April 16, 2013
Werner_E25-Diamond IAnswer
25-Diamond I
April 16, 2013

The problem is the symbolic result of "lsolve" in the under-detetrmined case. This result is kind of a list which does not seem to be processable automatically. Whle you can copy it manually and use it as argument in the augment function, it won't work assigning it a variable and use that in augment.

invalid_expression.png