I'm wondering if there is a version for OS 4?
Thanks

Adriweb wrote:Hi,awinterstale33 wrote:Enter in a variable for a value instead of a number.
Possible, yes, however we had taken extra steps (deleting all variables when solving) not to allow it "trivially". Because it's usingsolve()
to do the calculations, user variables may interfere and it would be bad to have some value already there as a value for the solved variable, for instance... But if you know what you are doing and you are sure it won't interfere with the solving, you can simply declare your variable (with a prefix, maybe ? Like "my_theta" instead of "theta" if you wanted that) and useLock my_theta
. That way, FormulaPro won't delete it before solving and you will be able to use it as a variable/value.awinterstale33 wrote:Enter a global function for a value
That works the same way. Declare it and Lock it.
I've tested that successfully as well
Note that when you press enter it will evaluate the expression/function so you'll see the result directly, it won't keep the original input.
i:=42
then Lock i
.Return to FormulaPro Nspire (EEPro)
Users browsing this forum: ClaudeBot [spider] and 0 guests