251 - 260 of 991 for CollectSearch Results
View search results from all Wolfram sites (3063 matches)
Simplifying with Assumptions   (Mathematica Tutorial)
Simplifying with assumptions. Mathematica does not automatically simplify this, since it is only true for some values of x. Sqrt[x^2] is equal to x for x≥0, but not otherwise.
Solving equations involving power series. Here is a power series. This gives an equation involving the power series.
Specifying Types of Expression in ...   (Mathematica Tutorial)
You can tell a lot about what "type" of expression something is by looking at its head. Thus, for example, an integer has head Integer, while a list has head List. In a ...
Testing and Searching List Elements   (Mathematica Tutorial)
Testing and searching for elements of lists. "Getting Pieces of Lists" discusses how to extract pieces of lists based on their positions or indices. Mathematica also has ...
The Structure of Cells   (Mathematica Tutorial)
Expressions corresponding to cells. Here is a notebook containing a text cell and a Mathematica input cell. Here are the expressions corresponding to these cells.
Introduction to Local Minimization   (Mathematica Tutorial)
The essence of most methods is in the local quadratic model that is used to determine the next step. The FindMinimum function in Mathematica has five essentially different ...
Introduction to Solving Nonlinear ...   (Mathematica Tutorial)
There are some close connections between finding a "local minimum" and solving a set of nonlinear equations. Given a set of n equations in n unknowns, seeking a solution r(x) ...
References   (Mathematica Tutorial)
[AN96] Adams, L. and J. L. Nazareth. (Eds.) Linear and Nonlinear Conjugate Gradient-Related Methods. SIAM, 1996. [Br02] Brent, R. P. Algorithms for Minimization without ...
Using Previous Results   (Mathematica Tutorial)
In doing calculations, you will often need to use previous results that you have got. In Mathematica, % always stands for your last result. Ways to refer to your previous ...
Using Symbols to Tag Objects   (Mathematica Tutorial)
There are many ways to use symbols in Mathematica. Here we use symbols as 'tags' for different types of objects. Working with physical units gives one simple example. When ...
1 ... 23|24|25|26|27|28|29 ... 100 Previous Next

...