Post Reply 
How solve
08-09-2017, 03:26 AM
Post: #5
RE: How solve
solve([1-x*e^(?50*y)=100/z,1-x*e^(?100*y)=200/z,1-x*e^(?150*y)=250/z],[x,y,z])
[/b]
["[y,e^(-50*y),e^(-100*y),e^(-150*y)] is not rational w.r.t. y Erreur: Valeur Argument Incorrecte"]

fsolve([(1-x*e^(-50*y)) = (100/z),(1-x*e^(-100*y)) = (200/z),(1-x*e^(-150*y)) = (250/z)],[x,y,z],[-0.1,-0.1,-0.1*i])

undef

Above output is the result from HP Prime Graphing Calculator, something wrong with it, please help me check if there is any input mistake.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
How solve - yingwuluo - 08-08-2017, 03:48 AM
RE: How solve - ettlz - 08-08-2017, 03:05 PM
RE: How solve - AlexFekken - 08-09-2017, 01:52 AM
RE: How solve - Helge Gabert - 08-08-2017, 03:10 PM
RE: How solve - yingwuluo - 08-09-2017 03:26 AM
RE: How solve - parisse - 08-09-2017, 05:52 AM
RE: How solve - yingwuluo - 08-09-2017, 09:14 AM
RE: How solve - Helge Gabert - 08-09-2017, 01:58 PM
RE: How solve - yingwuluo - 08-09-2017, 03:03 PM
RE: How solve - Arno K - 08-09-2017, 04:00 PM
RE: How solve - yingwuluo - 08-09-2017, 09:34 PM



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