161 - 170 of 1866 for EvaluSearch Results
View search results from all Wolfram sites (2737 matches)
Exact and Approximate Results   (Mathematica Tutorial)
A standard electronic calculator does all your calculations to a particular accuracy, say ten decimal digits. With Mathematica, however, you can often get exact results. ...
Do   (Built-in Mathematica Symbol)
Do[expr, {i_max}] evaluates expr i_max times. Do[expr, {i, i_max}] evaluates expr with the variable i successively taking on the values 1 through i_max (in steps of 1). ...
Use Derivatives for Setting Up ...   (Mathematica How To)
Mathematica 's functions for solving differential equations can be applied to many different classes of differential equations, including ordinary differential equations ...
ReplaceAll   (Built-in Mathematica Symbol)
expr /. rules applies a rule or list of rules in an attempt to transform each subpart of an expression expr.
CompilationOptions   (Built-in Mathematica Symbol)
CompilationOptions is an option for Compile that specifies settings for the compilation process.
Do Basic Calculations   (Mathematica How To)
Mathematica serves as a convenient and extensible environment for doing basic math. In addition to performing advanced calculations, Mathematica can also be used as a ...
CompilationTarget   (Built-in Mathematica Symbol)
CompilationTarget is an option for Compile that specifies the target runtime for the compiled function.
HornerForm   (Built-in Mathematica Symbol)
HornerForm[poly] puts the polynomial poly in Horner form.HornerForm[poly, vars] puts poly in Horner form with respect to the variable or variable list ...
Deinitialization   (Built-in Mathematica Symbol)
Deinitialization is an option for Dynamic, DynamicModule, Manipulate, and related constructs that specifies an expression to be evaluated when the construct can no longer be ...
SetAttributes   (Built-in Mathematica Symbol)
SetAttributes[s, attr] adds attr to the list of attributes of the symbol s.
1 ... 14|15|16|17|18|19|20 ... 187 Previous Next

...