Skip to main content
24-Ruby IV
March 29, 2011
Question

Mathcad without range variables

  • March 29, 2011
  • 14 replies
  • 6854 views

Programming without GOTO statements - it is possible (a discussion of 30 years ago).

Mathcad without range variables - is it possible?

14 replies

1-Visitor
March 29, 2011

Why get rid of them and not just ignor them?

Mike

1-Visitor
March 29, 2011

Matlab manages without them, but that doesn't make it right.

We need horses for courses.

We also need dimensional indexing as well, e.g. if you have a beam, you should be able to get at the result's vector for location r=0.5m, not just have to access at index=20 (or what ever step size was used)

Philip

1-Visitor
March 30, 2011
We also need dimensional indexing as well, e.g. if you have a beam, you should be able to get at the result's vector for location r=0.5m, not just have to access at index=20 (or what ever step size was used)

Yes, this does need to be implemented. Have you requested this before?

Mike

24-Ruby IV
March 31, 2011

Valery Ochkov wrote:

Programming without GOTO statements - it is possible (a discussion of 30 years ago).

Mathcad without range variables - is it possible?

More specific question.

Can we remove range variables from any (each) calculation?
I do not ask why.
I ask, can.
I know a lot of calculations, where range variables and vectors are in conflict and where better to retain only the vectors.

1-Visitor
March 31, 2011

I know a lot of calculations, where range variables and vectors are in conflict and where better to retain only the vectors.

I fully agree with this and try and keep away from running calculations with range variables.

Mike