Recalc with Range Variables
Recalc with Range Variables
(OP)
I have the following defined:
Min:=100 Max:=500
X:= Min,Min+50 .. Max
F(X):=X
F(X)=
This gives me a table from 100 to 500 in steps of 50, the problem I am having is if I change the 100 to say, 50 F(X) is not recalculated. It is set to recalculate. If I go to the F(X)= statement and delete the "=" sign and retype it, it then recalculates. Is there anyway to get Mathcad to do this automatically. Its Mathcad2000.
Thx
Min:=100 Max:=500
X:= Min,Min+50 .. Max
F(X):=X
F(X)=
This gives me a table from 100 to 500 in steps of 50, the problem I am having is if I change the 100 to say, 50 F(X) is not recalculated. It is set to recalculate. If I go to the F(X)= statement and delete the "=" sign and retype it, it then recalculates. Is there anyway to get Mathcad to do this automatically. Its Mathcad2000.
Thx
RE: Recalc with Range Variables
You need to set it from the menu selection in the Tools submenu
TTFN
RE: Recalc with Range Variables
RE: Recalc with Range Variables
RE: Recalc with Range Variables
The same set of expressions crashed Mathcad at home, but ran perfectly fine at work, with the same software load.
TTFN
RE: Recalc with Range Variables
There are 6 identical (hardware-wise) PCs in my section, and two (mine and one other) have all sorts of niggly litle things like this with Mathcad that the rest don't. For instance, I also have a problem with the up-down scroll bars resulting in a left-right scroll and vice versa - but only intermittently!
I have reached the point where I just mutter rude things under my breath and press on - I can't see any way out of it, and I don't know that Mathsoft have any real answers, especially if the problem appears to installation dependent.
Bung
Life is non-linear...
RE: Recalc with Range Variables
Some of the older versions Norton AV also have bad effects when scriptable components are embedded in the Mathcad sheets.
TTFN
RE: Recalc with Range Variables
In Mathcad2000 the recalc feature is under the "Math" selection. There is "Autocalc", which is turned on. "Calc" (also performed by hitting F9) and "Calculate worksheet". Auto Calc and F9 give the save results. They do not update the tabulated data. However if I run "Calculate Worksheet" everything is updated. So at least I can do that and get results. Interesting that they do not have an "Auto Calc Worksheet" selection anywhere, or at least I can't find it.
RE: Recalc with Range Variables
Calc (F9) only works on the current selected expression and any colateral expressions.
TTFN