181 - 190 of 3445 for quasi algebraic setsSearch Results
View search results from all Wolfram sites (24985 matches)
Statistical Model Analysis   (Mathematica Tutorial)
When fitting models to data, it is often useful to analyze how well the model fits the data and how well the fitting meets the assumptions of the model. For a number of ...
Nor   (Built-in Mathematica Symbol)
Nor[e_1, e_2, ...] is the logical NOR function. It evaluates its arguments in order, giving False immediately if any of them are True, and True if they are all False.
IndependentVertexSetQ   (Built-in Mathematica Symbol)
IndependentVertexSetQ[g, vlist] yields True if the vertex list vlist is an independent vertex set in the graph g and False otherwise.
Or   (Built-in Mathematica Symbol)
e_1 || e_2 || ... is the logical OR function. It evaluates its arguments in order, giving True immediately if any of them are True, and False if they are all False.
ListContourPlot   (Built-in Mathematica Symbol)
ListContourPlot[array] generates a contour plot from an array of height values. ListContourPlot[{{x_1, y_1, f_1}, {x_2, y_2, f_2}, ...}] generates a contour plot from values ...
NDSolve   (Built-in Mathematica Symbol)
NDSolve[eqns, y, {x, x_min, x_max}] finds a numerical solution to the ordinary differential equations eqns for the function y with the independent variable x in the range ...
FindIndependentVertexSet   (Built-in Mathematica Symbol)
FindIndependentVertexSet[g] finds an independent vertex set of the graph g with a maximum number of vertices.
Not   (Built-in Mathematica Symbol)
! expr is the logical NOT function. It gives False if expr is True, and True if it is False.
FindRoot   (Built-in Mathematica Symbol)
FindRoot[f, {x, x_0}] searches for a numerical root of f, starting from the point x = x_0.FindRoot[lhs == rhs, {x, x_0}] searches for a numerical solution to the equation lhs ...
Introduction to Patterns   (Mathematica Tutorial)
Patterns are used throughout Mathematica to represent classes of expressions. A simple example of a pattern is the expression f[x_]. This pattern represents the class of ...
1 ... 16|17|18|19|20|21|22 ... 345 Previous Next

...