Skip to main content
1-Visitor
March 18, 2016
Solved

tension plotting problem

  • March 18, 2016
  • 1 reply
  • 1347 views

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)

Best answer by RichardJ

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), =.

1 reply

RichardJ19-TanzaniteAnswer
19-Tanzanite
March 19, 2016

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), =.