| Author |
Comment/Response |
Hugo Perea
|
10/05/10 1:10pm
eq1 = Integrate[\[Zeta]/2 Sqrt[z - t], t]
eq2 = Limit[eq1, t -> 0]
eq3 = Limit[eq1, t -> z]
eq4=eq3-eq2
eq5 = Integrate[\[Zeta]/2 Sqrt[z - t], {t, 0, z}]
Why are eq4 and eq5 different? Is there something wrong with the sign in eq5.
It is supposed that eq4 and eq5 must be equal..!!!
URL: , |
|