Skip to main content
1-Visitor
March 22, 2016
Solved

I need some help

  • March 22, 2016
  • 2 replies
  • 2461 views

Anybody can tell me what I made wrong ? or what is the problem ?Untitled.jpg

Best answer by Werner_E

The error message unfortunately is not helpful at all. It has nothing to do with the units.

The reason you get this error is because you are using the wrong type of index. You are using the vector/matrix index (which you get by typing [) but you should have used the literal index, the subscript which you can get by clicking on subscript in the math ribbon (section "style") and the keyboard shortcut is Ctrl and -

Normal you would get an error telling you that the variable h is unknown and you should get this error in case of q_a. But h is also a predefined constant (type h=  to see which) with units and thats the reason for this misleading error message you got.

WE

2 replies

Werner_E25-Diamond IAnswer
25-Diamond I
March 22, 2016

The error message unfortunately is not helpful at all. It has nothing to do with the units.

The reason you get this error is because you are using the wrong type of index. You are using the vector/matrix index (which you get by typing [) but you should have used the literal index, the subscript which you can get by clicking on subscript in the math ribbon (section "style") and the keyboard shortcut is Ctrl and -

Normal you would get an error telling you that the variable h is unknown and you should get this error in case of q_a. But h is also a predefined constant (type h=  to see which) with units and thats the reason for this misleading error message you got.

WE

1-Visitor
March 22, 2016

I could be mistaken, but I'd guess that Psi.h & Psi.m should actually be unitless resulting in d.2 being a distance (likely a radius given the equation).

25-Diamond I
March 22, 2016

Mark Gase wrote:

I could be mistaken, but I'd guess that Psi.h & Psi.m should actually be unitless resulting in d.2 being a distance (likely a radius given the equation).

Yes, d_2 sure should be a diameter but I guess that Vlad simply was playing around, exploring the possibilities of Prime on his first or second day after installing the trial Version 😉

1-Visitor
March 22, 2016

Your subscript "h" is matrix index ([).  You should use a literal subscript (Ctrl -) in this case.  The error shown is because "h" is a predefined constant (Planck's constant) with units and units are not allowed in a matrix index.