Skip to main content
7-Bedrock
April 12, 2021
Question

Units

  • April 12, 2021
  • 4 replies
  • 1968 views

Hi

If I remove the units from alpha the calculation executes without any error as soon as I insert units to alpha it starts giving an error not sure what I am doing wrong 

4 replies

21-Topaz II
April 12, 2021

attach the worksheet.

7-Bedrock
April 12, 2021

Attached the worksheet

23-Emerald I
April 12, 2021

Prime believes you're calling a function.  Multiply a by diffF, see the effect

5-Regular Member
April 12, 2021

°F is indeed a function.

MSheykman_0-1618238763158.png

You need a scaling function to convert degrees of Fahrenheit to Celcius or Kelvin.

You should provide some argument to it. For example:

MSheykman_1-1618239043228.png

The second error:

MSheykman_2-1618239075582.png

 

I do not understand the intent here. α is not defined above. There is a predefined constant α in Mathcad, which is a fine structure constant, but I doubt you intended to use it. Anyway it is not a function.

Third error says that variable is not defined, which is also true. It is not defined. Also not sure what was the intent.

 

 

 

23-Emerald IV
April 12, 2021

You are most probably missing a multiplication between alpha and the subsequent opening bracket.

Or did you define alpha as a function?

 

Success!
Luc