Skip to main content
12-Amethyst
May 21, 2023
Solved

Stress-Strain plot using mathcad prime

  • May 21, 2023
  • 1 reply
  • 3427 views

Can anyone help me with a simple programing to help me plot my stress-strain plot. I am really bad at programming, and I hope you could give me some pointers. Already tried watching tutorials and I still do not know how to proceed, Thank you in advance.

 

 

Best answer by Werner_E

The problem is the function f.C1 because you used square brackets. Using square brackets creates a matrix which is not what you want.

So use normal parentheses and the sheet works.

Werner_E_0-1684708471399.png

But your range variable epsilon.C consists of only four numbers (0, 0.001, 0.002 and 0.003) and so your plot is just connecting four points.

Werner_E_1-1684708499113.png

 

1 reply

Werner_E25-Diamond IAnswer
25-Diamond I
May 21, 2023

The problem is the function f.C1 because you used square brackets. Using square brackets creates a matrix which is not what you want.

So use normal parentheses and the sheet works.

Werner_E_0-1684708471399.png

But your range variable epsilon.C consists of only four numbers (0, 0.001, 0.002 and 0.003) and so your plot is just connecting four points.

Werner_E_1-1684708499113.png

 

12-Amethyst
May 22, 2023

But how do i plot the function with a smoother curve? 

21-Topaz II
May 22, 2023

Hi

Change the square brackets, and plot using a mid range of 0.0001 not 0.001Capture.JPG