6001 - 6010 of 9637 for text-to-speechSearch Results
View search results from all Wolfram sites (43722 matches)
Scalars, Vectors, and Matrices   (Mathematica Tutorial)
Mathematica represents matrices and vectors using lists. Anything that is not a list Mathematica considers as a scalar. A vector in Mathematica consists of a list of scalars. ...
Transforming Algebraic Expressions   (Mathematica Tutorial)
There are often many different ways to write the same algebraic expression. As one example, the expression (1+x)^2 can be written as 1+2x+x^2. Mathematica provides a large ...
Warnings and Messages   (Mathematica Tutorial)
Mathematica usually goes about its work silently, giving output only when it has finished doing the calculations you asked for. However, if it looks as if Mathematica is ...
ClassName   (JLink Symbol)
ClassName[javaclass] returns, as a string, the fully qualified name of the specified JavaClass. ClassName[javaobject] returns the fully qualified name of the Java class of ...
Constructors   (JLink Symbol)
Constructors[javaclass] returns a list of the Java declarations for all constructors of the specified JavaClass. Constructors["classname"] lists the constructor for the named ...
GetClass   (JLink Symbol)
GetClass[javaobject] returns the JavaClass that identifies the object's class.
MakeJavaExpr   (JLink Symbol)
MakeJavaExpr[expr] constructs a new Java object of the J/Link Expr class that represents the Mathematica expression expr.
ParentClass   (JLink Symbol)
ParentClass[javaclass] returns the JavaClass expression representing the parent class of the specified JavaClass. ParentClass[javaobject] returns the parent class for the ...
ReinstallJava   (JLink Symbol)
ReinstallJava[] is a convenience function that calls UninstallJava followed by InstallJava.
UseFrontEnd   (JLink Symbol)
UseFrontEnd[expr] evaluates expr in an environment where the kernel can make use of the services of the notebook front end.
1 ... 598|599|600|601|602|603|604 ... 964 Previous Next

...