Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
So basically I'm recreating a calculation based on an example done in Mathcad 15 (I only have a PDF of that example). I've gone through all the math and finally got a plot working, but the results aren't coming out as expected. I'm afraid that something in Mathcad 15 works differently from how it does in Prime, but I don't know what it might be. Any thoughts would be appreciated.
Solved! Go to Solution.
Comparing with the pdf I noticed some differences And I sure did not compare line by line, so chances are very high that there are more differences and typos.
You used the wrong function when defining Phi.n
And here the minus signs are missing
Main problem seems to be the axis limits in the plot which you had set manually. Delete them and let Prime chose the values itself and you will see more of the plot. But it does not look like the plot in the pdf and the scaling/magnitude is quite different.
Comparing with the pdf I noticed some differences And I sure did not compare line by line, so chances are very high that there are more differences and typos.
You used the wrong function when defining Phi.n
And here the minus signs are missing
Main problem seems to be the axis limits in the plot which you had set manually. Delete them and let Prime chose the values itself and you will see more of the plot. But it does not look like the plot in the pdf and the scaling/magnitude is quite different.
Thanks again! It doesn't totally solve my issue, but it's a start