Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hello.
Why is the calculated value given in square parentheses? Is there any specific reason for it?
Best regards, Sergey
Solved! Go to Solution.
As I guessed! 😉
When you defined C.17 and all subsequent variables you uses square brackets where you rather should have used parentheses! So you created all these variables as 1x1 matrices.
Note the difference:
Thank you. But what is the reason for square parentheses?
@Sergey wrote:
Thank you. But what is the reason for square parentheses?
Why do you think that we can tell you that just from the pic you posted?
We don't see if you use vector indices or literal indices, we don't see how you defined A and C, ...
Post your sheet and chances are that you get an explanation why your result is a 1x1 matrix.
There is no vectors and no matrices in my calculations. Simple formulas as I posted the picture of.
Next time, I will be more precise. Sorry.
@Sergey wrote:
There is no vectors and no matrices in my calculations.
No, thats not true for sure!
My best guess is that you used square brackets instead of parentheses when you defined one or more of your variables.
Typing square brackets automatically creates a vector/matrix.
The last result is a 1x1 matrix because [b+c] is a 1x1 matrix.
Give it a try and evaluate each of the three involved variables (A.1, C.17,C.30) and you will see that at least one of them is a 1x1 matrix.
You are right 🙂
As I guessed! 😉
When you defined C.17 and all subsequent variables you uses square brackets where you rather should have used parentheses! So you created all these variables as 1x1 matrices.
Note the difference:
Yes, now I see it. It is obvious....
Just didn't notice it. thanks a lot.
Best regards, Sergey