Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi all,
I am getting error as this value as unit:current^2 but must have units :unitless.
Can anyone help me how to overcome this error.
I attached my code below.
Thanks in advance
Solved! Go to Solution.
You have the variable A as ampere (current) in the function v(t).
It is one case for Mathcad Mad House
You have the variable A as ampere (current) in the function v(t).
It is one case for Mathcad Mad House
Hi,
I am also getting the same error. Program is saying it should be unitless. Please help me.
Please find attached the program.
There are a couple of errors in your sheet:
1.
When defining a range, you MUST apply the same unit to each of the elements of the range (the start value, the second value and the end value). Now only the end value has a unit.
2. & 3.:
lambda1 is undefined, I can find no definitionj of the function lambda1. That makes the function PT1 also undefined.
y1 is undefined, I can find no definition of that variable.
Success!
Luc
Thanks Luc for your response.