Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hello!.
Please, help with the following issue:
I have defined two matrices and use them in equation where they are being multiplied. By some reason I get only one value instead of an array. If I define the one matrix ("k") as a variable, then the computation goes on, as it should, and I get an array. What I am doing wrong?
Solved! Go to Solution.
Vector times vector creates dot product. You need to "vectorize"
Thank you. I keep forgeting that mathcad computing it as the dot product.
