Introduction to Dynamic Advanced Dynamic Functionality
When you define a complicated function, you will often want to let some of the arguments of the function be "optional". If you do not give those arguments explicitly, you ...
Sound
(Mathematica Tutorial) On most computer systems, Mathematica can produce not only graphics but also sound. Mathematica treats graphics and sound in a closely analogous way. For example, just as you ...
FrontEndLink[] returns the link to the front end that will be used by UseFrontEnd[].
GetJVM[link] returns the JVM expression that corresponds to link, which was returned from InstallJava.
SetComplexClass[classname] specifies the Java class to use for complex numbers sent from, and returned to, Mathematica.
UseJVM[jvm, body] acts like a wrapper that causes all J/Link calls in body to use the specified JVM as the default Java runtime.
LanguageSyntax is an option to NETTypeInfo that specifies which language syntax will be used to display the type information.
SafeArrayAsArray is an option to LoadCOMTypeLibrary that specifies whether to import all SAFEARRAYs as System.Array rather than a typed, single-dimensional managed array.
The function NDSolve discussed in "Numerical Differential Equations" allows you to find numerical solutions to differential equations. NDSolve handles both single ...