Post Reply 
IDEA: clear a-z cmd
03-22-2017, 06:42 PM (This post was last modified: 03-22-2017 09:30 PM by compsystems.)
Post: #5
RE: IDEA: clear a-z cmd
The SOLVE in capital letters is not documented in the CATALOG HELP

Quote:solve
Returns a list of the solutions (real and complex) to a polynomial equation or a set of polynomial equations.

solve(Eq,[Var]) or
solve({Eq1, Eq2,…}, [Var]) or
solve(Eq, Var=Guess) or
solve(Eq, Var=Val1…Val2)

Quote:SOLVE
Solves an equation for one of its variables. Solves the equation En for the variable var, using the value of guess as the initial value for the value of the variable var. If En is an expression, then the value of the variable var that makes the expression equal to zero is returned.

SOLVE(En,var,guess)

This function also returns an integer that is indicative of the type of solution found, as follows:
0—an exact solution was found
1—an approximate solution was found
2—an extremum was found that is as close to a solution as possible
3—neither a solution, an approximation, nor an extremum was found

I do not understand the last part [0 - 3]

Update the examples of the first post, I think that THE DIFFERENT CASES should have a more detailed explanation by Bernard
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
IDEA: clear a-z cmd - compsystems - 03-21-2017, 03:01 PM
RE: IDEA: clear a-z cmd - Arno K - 03-21-2017, 08:33 PM
RE: IDEA: clear a-z cmd - KeithB - 03-22-2017, 03:03 PM
RE: IDEA: clear a-z cmd - compsystems - 03-22-2017 06:42 PM
RE: IDEA: clear a-z cmd - parisse - 03-23-2017, 04:52 PM
RE: IDEA: clear a-z cmd - compsystems - 03-24-2017, 08:21 PM



User(s) browsing this thread: 1 Guest(s)