Using mathmatica, solving single equation

  • Thread starter Thread starter kougou
  • Start date Start date
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 1K views
kougou
Messages
80
Reaction score
0
Hi

I am trying to use mathmatica to solve single equation:

So :I enter "solve[x^2+2x-2==0,x]"
But that is what I get:

input[1]=solve[x^2+2x-2==0,x]
output[1]=solve[ false,0]

Why doesn't it solve the equation
 
Physics news on Phys.org
Did you capitalize "Solve"?
 
kougou said:
Hi

I am trying to use mathmatica to solve single equation:

So :I enter "solve[x^2+2x-2==0,x]"
But that is what I get:

input[1]=solve[x^2+2x-2==0,x]
output[1]=solve[ false,0]

Why doesn't it solve the equation

Write "solve" with capital "s"

Solve[x^2+2x-2==0,x]

ehild

TSny beat me :)