Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Hi all
How do I get the MAX or Min Phasor from the above.
is the old mathcad version example - I am having difficulty with Prime though.
Thanks
Solved! Go to Solution.
Heres a one-line solution:
P.S.: I don't see why the method used in the Mathcad 15 version file frome here Vectors with Complex Numbers in Mathcad - PTC: Mathcad - Eng-Tips you had linked to should not work the very same way. After all its basically the same what Fred had shown above.
EDIT: Lets give it a try:
Bingo! Works the same way 😉
This is truly strange:
That is because the max function picks the max real and max imaginary.
Seems like a bug to me. You could build a "work around" by finding the index of the matrix of amplitudes.
Seems like a bug to me.
Seems like that to me too, but it's documented to work that way in the help. So it's a feature that should be reclassified as a bug, and then removed
Thanks. Works as I want now.
Can you attach your Mathcad Prime worksheet to the message (by using "Use advanced editor")?
I can attach it but it would be not much different to what FRED has shown above.
Heres a one-line solution:
P.S.: I don't see why the method used in the Mathcad 15 version file frome here Vectors with Complex Numbers in Mathcad - PTC: Mathcad - Eng-Tips you had linked to should not work the very same way. After all its basically the same what Fred had shown above.
EDIT: Lets give it a try:
Bingo! Works the same way 😉