Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi everyone,
I have a difficulties on CLi: Trim(Vi)5 as follows. I think there is no problem about the formula etc, but maybe because of limitation in Mathcad 15. Please if anyone can help me regarding this matter. Your help really appreciated. Thanks.
Solved! Go to Solution.
Looks like you are 'finding' 5 values but trying to extract 6.
the extra value is C.D; perhaps adding it to the find statement will be sufficient.
I guess nobody look at my prob...
Hi,
Please attach your worksheet to message. For the future - post your question in "Mathcad" forum, here:
Cheers pal...
Ryan Kelley - Can you move this to the MathCAD forum so perhaps he can get some help? 😄
Looks like you are 'finding' 5 values but trying to extract 6.
the extra value is C.D; perhaps adding it to the find statement will be sufficient.
Also, there may not be accurately determined "ORIGIN".
Thanks a lot pal..
I already found the solution.. thanks for your help
Yup that's right..
Thank a lot for pinpoint the problem.
You have six equations and are only solving for five unknowns. C.D is missing from the argument list when you call Find (it should be the third argument in the list).