Guest

Untitled

By: a guest on Jan 28th, 2012  |  syntax: None  |  size: 0.28 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. In[2]:= Solve[A*x^2+B*x+C==0,x]
  2.  
  3.                           2                             2
  4.                -B - Sqrt[B  - 4 A C]         -B + Sqrt[B  - 4 A C]
  5. Out[2]= {{x -> ---------------------}, {x -> ---------------------}}
  6.                         2 A                           2 A