Skip to main content
1-Visitor
October 11, 2023
Solved

variable in matrix format, where one is dependent on all the others, Possible?

  • October 11, 2023
  • 1 reply
  • 1143 views

Using Mathcad Prime 8.0.
I am trying to define a variable in a matrix format, where variable has an index i= 1,2,..5.
I am able to define all variables, but cannot use a single entry, let's say d5. What is the proper way of defining my variable in such case? I tried with both matrix and table, getting same, "underdefined" fail. 


I also would like one oth the variables to depend on the others, namely l3=h-l1-l2-l4-l5(these are partial lengths of the entire hight of construction). Can one define such variables in Mathcad Prime? 

Best answer by LucMeekes

You have to type [ to get an index, not Ctrl _.

That applies both to the definition of d[I, as well as to its usage in d[5.

There are other observations. See attachment.

 

Success!

Luc

1 reply

LucMeekes23-Emerald IVAnswer
23-Emerald IV
October 11, 2023

You have to type [ to get an index, not Ctrl _.

That applies both to the definition of d[I, as well as to its usage in d[5.

There are other observations. See attachment.

 

Success!

Luc