11 - 20 of 621 for SolveSearch Results
View search results from all Wolfram sites (22877 matches)
Solving Equations   (Mathematica Tutorial)
An expression like x^2+2x-7==0 represents an equation in Mathematica. You will often need to solve equations like this, to find out for what values of x they are true. This ...
FrobeniusSolve   (Built-in Mathematica Symbol)
FrobeniusSolve[{a_1, ..., a_n}, b] gives a list of all solutions of the Frobenius equation a_1 x_1 + ... + a_n x_n = b.FrobeniusSolve[{a_1, ..., a_n}, b, m] gives at most m ...
Solving Linear Systems   (Mathematica Tutorial)
Many calculations involve solving systems of linear equations. In many cases, you will find it convenient to write down the equations explicitly, and then solve them using ...
Solving equations involving power series. Here is a power series. This gives an equation involving the power series.
ToRules   (Built-in Mathematica Symbol)
ToRules[eqns] takes logical combinations of equations, in the form generated by Roots and Reduce, and converts them to lists of rules, of the form produced by Solve.
Simultaneous Equations   (Mathematica Tutorial)
You can give Solve a list of simultaneous equations to solve. Solve can find explicit solutions for a large class of simultaneous polynomial equations. Here is a simple ...
Roots   (Built-in Mathematica Symbol)
Roots[lhs == rhs, var] yields a disjunction of equations which represent the roots of a polynomial equation.
Generic and Non-Generic Solutions   (Mathematica Tutorial)
If you have an equation like 2x==0, it is perfectly clear that the only possible solution is x->0. However, if you have an equation like ax==0, things are not so clear. If a ...
Numerical Solution of Polynomial ...   (Mathematica Tutorial)
When Solve cannot find solutions in terms of radicals to polynomial equations, it returns a symbolic form of the result in terms of Root objects. You can get numerical ...
DependentVariables   (Built-in Mathematica Symbol)
DependentVariables is an option which specifies the list of all objects that should be considered as dependent variables in equations that have been supplied.
1|2|3|4|5 ... 63 Previous Next

...