Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 9th, 2012  |  syntax: None  |  size: 0.51 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. > a+b = 23/2;
  2.                                    23
  3.                            a + b = --
  4.                                    2
  5. > a^2+(23/2-a)^2 = 17^2;
  6.                                    2      
  7.                        2   /23    \      
  8.                       a  + |-- - a|  = 289
  9.                            \2     /      
  10. >
  11. > solve(a^2+(23/2-a)^2 = 17^2, a);
  12.                23   1     (1/2)  23   1     (1/2)
  13.                -- + - 1783     , -- - - 1783    
  14.                4    4            4    4