[sage-support] Completing the square

2009-09-16 Thread Mikie
Try my completing the square function http://pirsqrt.com:1843 Robert, thanks for all your help. A lot of work to get the "=" in the output. Maxima really helped. I think I traped most of the bad input. Did not use "eval" any place in the Python scipt. --~--~-~--~~~-

[sage-support] Completing the square

2009-09-02 Thread Mikie
Here is a proc(Mupad) I wrote for showing the steps in completing the square for a quad //Completing the Square Method of solving quadratic equation quad:= proc(co1,co2,co3) local a,b,c,eq1,q1,Lcoef,half2,eq2,eq3,op1,op2,op3, eq1a,eq