Problem with the use of vector elements in Given-Find block
Problem with the use of vector elements in Given-Find block
(OP)
Hello all,
I have such a problem - I want to use vector elements variables, ie. x[1 instead of x.1 in the Given-Find block, but I can not, because I get "Something is wrong with the solve block used to define this function" error. Anybody know why I can not use vector elements variables? I have also noticed that ie. if I write x[1 = 1 and in the next line x[1 = 2 Mathcad redefines previously defined variable, but there is no green underline and no "This expression redefines a previously defined variable" inscription, as it is when typing x.1 = 1 and then x.1 = 2. I use MC15.
Thanks in advance for help.
Pederator
I have such a problem - I want to use vector elements variables, ie. x[1 instead of x.1 in the Given-Find block, but I can not, because I get "Something is wrong with the solve block used to define this function" error. Anybody know why I can not use vector elements variables? I have also noticed that ie. if I write x[1 = 1 and in the next line x[1 = 2 Mathcad redefines previously defined variable, but there is no green underline and no "This expression redefines a previously defined variable" inscription, as it is when typing x.1 = 1 and then x.1 = 2. I use MC15.
Thanks in advance for help.
Pederator





RE: Problem with the use of vector elements in Given-Find block
fcn(x) := find(y) and then pass your vector to x
TTFN

FAQ731-376: Eng-Tips.com Forum Policies
Need help writing a question or understanding a reply? forum1529: Translation Assistance for Engineers
Of course I can. I can do anything. I can do absolutely anything. I'm an expert!
RE: Problem with the use of vector elements in Given-Find block
|x[1|
|x[2|:=Find(x.1,x.2,x.3)
|x[3|
Thanks for help.
RE: Problem with the use of vector elements in Given-Find block
TTFN

FAQ731-376: Eng-Tips.com Forum Policies
Need help writing a question or understanding a reply? forum1529: Translation Assistance for Engineers
Of course I can. I can do anything. I can do absolutely anything. I'm an expert!
RE: Problem with the use of vector elements in Given-Find block