Forums before death by AOL, social media and spammers... "We can't have nice things"
|    sci.math.symbolic    |    Symbolic algebra discussion    |    10,432 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 9,292 of 10,432    |
|    clicliclic@freenet.de to oldk1331@gmail.com    |
|    Re: FriCAS integrator rejects a denomina    |
|    16 Mar 17 19:18:36    |
   
   oldk1331@gmail.com schrieb:   
   >   
   > > \begin{axiom}   
   > > setSimplifyDenomsFlag(true)   
   > > integrate(cos(z)/((cos(z) - q)*sqrt(cos(z) - q*sin(z)^2)), z)   
   > > \end{axiom}   
   >   
   > Trunk version FriCAS proves this integral has no elementary   
   > result immediately, with or without setSimplifyDenomsFlag.   
   >   
   > > \begin{axiom}   
   > > setSimplifyDenomsFlag(true)   
   > > integrate(cos(z)/((p*cos(z) - 1)*sqrt(p*cos(z) - sin(z)^2)), z)   
   > > \end{axiom}   
   >   
   > As for this one, trunk version FriCAS doesn't return for a long time,   
   > but I accidentally solve it:   
   >   
   > y := 1/((p*sqrt(1 - x^2) - 1)*sqrt(p*sqrt(1 - x^2) - x^2))   
   > cos(x)*rootSimp simplify eval(y,x=sin(x))   
   > f:=cos(x)*rootSimp simplify eval(y,x=sin(x))   
   > integrate(f,x) -- returns immediately   
   >   
   > Note that the second line does nothing, but without it, integrate   
   > won't return immediately. Strange behavior.   
      
   Interesting side-effect indeed. It remains to teach FriCAS to insert the   
   necessary dummy operation automatically and silently :). Perhaps the   
   right hand-side of all assignments should simply be evaluated twice   
   before an assignment itself is actually executed.   
      
   Martin.   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca