cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Value must be scalar or a matrix

CL_9697643
3-Visitor

Value must be scalar or a matrix

Im relatively new to mathcad and I'm trying to plot the stress in a curved beam as a function of the distnace r from the center of rotation.

I get this message: 

Value must be a scalar or a matrix. I thought i made x a range variable.

 

 

 

mathcad_help.png

2 REPLIES 2
LucMeekes
23-Emerald III
(To:CL_9697643)

Rule 1: You should attach your worksheet, not only a picture.

 

You define sigma.tot as a function of x, but technically x does not appear in the function definition, only sigma.nomal and sigma.bending. These two are defined as variables (NOT functions), where the  value of sigma.bending depends on a variable called x. But that x is undefined (prior to the definition of sigma.bending). This is how Prime sees your sheet. It cannot and will not vtry to guess what you mean, you have to be explicit in your definitions.

To remedy: make sigma.bending a function of x.

 

Success!

Luc

I'm not sure your engineering is right, but we can correct your Mathcad.  Prime 4.0 attached

Top Tags