Skip to main content
10-Marble
January 29, 2025
Solved

Partial Derivatives in Prime

  • January 29, 2025
  • 2 replies
  • 1183 views

How an I get results for partial derivate in Mathcad prime? 
 Where E:= V/d*k

FC_10037391_0-1738146822066.png

 

Best answer by Werner_E

You may note the slight difference between "stdev" and "Stdev", which is of course all the greater the smaller the data sample is.

 

Werner_E_1-1738323907719.png

 

See Variance and Standard Deviation

 

2 replies

19-Tanzanite
January 29, 2025

Cornel_0-1738147500907.png

 

25-Diamond I
January 29, 2025

Additional to what Cornel wrote, you can also get all three results in one go by using the Nabla operator (gradient)

Werner_E_0-1738164239134.png

 

Using the symbolic engine, you can even define the function without explicitly specifying the function arguments and thus use a notation similar to the one you used in the question. However, I don't really recommend doing so.

Werner_E_2-1738164649990.png

 

 

 

10-Marble
January 31, 2025

Thank you for you help. Are there any functions in Prime that would help me to get the standard deviation and mean value of a matrix generated by random numbers?

23-Emerald IV
January 31, 2025

How about the built in functions 

stdev()

mean()

?

Check the help info to find out how to use them.

 

Success!

Luc