Skip to main content
1-Visitor
April 20, 2014
Solved

For Loop Programming Error!

  • April 20, 2014
  • 1 reply
  • 1452 views

Hello Mathcad community!

I'm unexpirienced Mathcad user, but I was able to solve all my problems and misunderstandings by myself. Till now.

I'm trying to analyse the experiment results of electric field measurement. It's sort of empirical method(so there is bit mess).

I had done some programming in Mathcad prime succesfully, but now I can't find where my mistake is.

I'm attaching sheet and imgs.

Thank you for any kind of help.

PS.: I'm using Mathcad Prime 3.0

Best answer by Werner_E

Because of Prime's dynamic unit checking (which allows for different dimensions in one array) it is often necessary to explicitely state the unit even if the value is zero.

BTW, you may consider to add units from the very beginning (d1, ant1,...).

20.04.png

1 reply

Werner_E25-Diamond IAnswer
25-Diamond I
April 20, 2014

Because of Prime's dynamic unit checking (which allows for different dimensions in one array) it is often necessary to explicitely state the unit even if the value is zero.

BTW, you may consider to add units from the very beginning (d1, ant1,...).

20.04.png