Post Reply 
Solve function giving [ ] result
05-06-2014, 01:07 AM
Post: #1
Solve function giving [ ] result
Hello,

When trying to solve this equation i get a result of [], anyone else getting a similar result or perhaps can see an error in my method?

Trying to solve for x here:
348.4=269.65+.5*(315-269.65)+((x/26000)^2 + .25*(315-269.65)^2)^.5

I use the solve function:

solve('348.4=269.65+.5*(315-269.65)+((x/26000)^2 + .25*(315-269.65)^2)^.5', x)

and i get this result:
[]

Thanks
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Solve function giving [ ] result - Rich - 05-06-2014 01:07 AM



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