Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
I'm trying to plot a function from Hibbeler Mechanics of Materials in Mathcad Prime 3.0 but I'm not getting any results.
I put in a figure for P (15N) and for A (100mm^2). So the bar on top of the page isn't rectangular but square (10x10mm)
Theta = 30deg is not producing any result.
Somewhat below on the right I tried to list all theta angles from 90deg to 0deg: no result.
Obviously I do something wrong here. Please help.
Thanks maurits
(I accidentally cross posted in the sub section mechanical engineering. I'll try to delete the cross posting)
Solved! Go to Solution.
You have sin multiplied by theta, but you need sin(theta). Also, do not confuse the different equals. There is the numeric assignment, :=, the numeric evaluation (which displays a result), =, and the boolean equals (which you get with Ctrl =, and is bold), =.
You have sin multiplied by theta, but you need sin(theta). Also, do not confuse the different equals. There is the numeric assignment, :=, the numeric evaluation (which displays a result), =, and the boolean equals (which you get with Ctrl =, and is bold), =.