Post Reply 
error in Solve app .__.
11-02-2014, 03:02 PM
Post: #1
error in Solve app .__.
Guys, i dont understand why this application give me error

I introduce a system of equations, with variables defined, and i go to "num" and then press "solve" and give me a error

Ex:

[Image: A3mGmCc.png?1]
[Image: T7X0tt8.png?1]

I can solve whit matrix, but i prefer use Solve app, how can i get the solution?
Its necessary what i input a value near with the solution?


Attached File(s) Thumbnail(s)
       
Visit this user's website Find all posts by this user
Quote this message in a reply
11-02-2014, 03:47 PM (This post was last modified: 11-02-2014 03:48 PM by jebem.)
Post: #2
RE: error in Solve app .__.
Before pressing "Solve", try with different seed values using the "Edit" option, for instance:
IC: 5
S: 9
The math experts here may help to explain why the Prime is not able to do what wolffram alpha can do at first try without having to specify successive seed values until one gets an answer.

Jose Mesquita
RadioMuseum.org member

Find all posts by this user
Quote this message in a reply
11-02-2014, 04:07 PM
Post: #3
RE: error in Solve app .__.
But its imposible to know try with differents values in some equations
i input
IC: 3
S: 4

and say error again, its a problem for me -___- , i can't find out the seed values

only have a resolution with "solutions values" no seed values.
Visit this user's website Find all posts by this user
Quote this message in a reply
11-02-2014, 04:11 PM
Post: #4
RE: error in Solve app .__.
(11-02-2014 04:07 PM)nakjaen Wrote:  But its imposible to know try with differents values in some equations
i input
IC: 3
S: 4

and say error again, its a problem for me -___- , i can't find out the seed values

only have a resolution with "solutions values" no seed values.

Did you try with my seeds?

Jose Mesquita
RadioMuseum.org member

Find all posts by this user
Quote this message in a reply
11-02-2014, 04:14 PM
Post: #5
RE: error in Solve app .__.
Yes, but i need a lot of time to have the values.....
Visit this user's website Find all posts by this user
Quote this message in a reply
11-02-2014, 04:22 PM
Post: #6
RE: error in Solve app .__.
(11-02-2014 04:14 PM)nakjaen Wrote:  Yes, but i need a lot of time to have the values.....

The Solve app works as advertized in the User Guide...
You supply a seed value to one variable, and the app tries to solve for the other variables based on your seed.

Again, let us wait and see if the math experts can give an explanation for this behavior.

Jose Mesquita
RadioMuseum.org member

Find all posts by this user
Quote this message in a reply
11-02-2014, 10:33 PM
Post: #7
RE: error in Solve app .__.
fsolve command solves this system with no guess numbers needed.
IC=3,76
S=18,82

The more I use the calculator, the more I use fsolve.
Find all posts by this user
Quote this message in a reply
11-02-2014, 10:47 PM
Post: #8
RE: error in Solve app .__.
(11-02-2014 10:33 PM)akmon Wrote:  The more I use the calculator, the more I use fsolve.

That is actually what it is doing internally, however it provides the guesses you gave it. In this case a guess of 0 really messes it up.

TW

Although I work for HP, the views and opinions I post here are my own.
Find all posts by this user
Quote this message in a reply
11-02-2014, 11:13 PM
Post: #9
RE: error in Solve app .__.
Oh, hell, you are right. As I solved it previously in the solve app, fsolve command found the solution inmediatly.
I remember the program solvesys, on hp48 and 49 from sune bredal. What kind of algorithm did he use, that never failed to me?
Find all posts by this user
Quote this message in a reply
Post Reply 




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