[Bug] Calculus calculation in xcas - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: [Bug] Calculus calculation in xcas (/thread-12980.html) |
[Bug] Calculus calculation in xcas - yangyongkang - 05-17-2019 05:01 AM (i) calculating indefinite integrals (1) Xcas can calculate this Code: int(x^-n,x) Code: int(1/x^n,x) (2) Multiple integral questions in this article (ii) In terms of derivative (1) Code: tcollect(laplacian(f(r*cos(theta)*cos(beta),r*cos(theta)*sin(beta),r*sin(theta)),[r,beta,theta])) (2) Code: zeros(diff(f(x,y,z(x,y)),[x,y]),diff(z(x,y),[x,y])) thank you parisse! RE: [Bug] Calculus calculation in xcas - yangyongkang - 05-28-2019 02:07 PM Code: int(e^x*sin(x)^2/(1+sin(x)+cos(x))^2,x) Wolfram alpha RE: [Bug] Calculus calculation in xcas - Wes Loewer - 05-28-2019 02:51 PM (05-28-2019 02:07 PM)yangyongkang Wrote: Seems to work on okay on my Prime virtual and hardware calculators as well as xcas on the computer. It's pretty messy till you use simplify, but it works. RE: [Bug] Calculus calculation in xcas - ijabbott - 05-28-2019 10:24 PM (05-28-2019 02:07 PM)yangyongkang Wrote: For what it's worth, the TI Nspire can't solve it either! RE: [Bug] Calculus calculation in xcas - yangyongkang - 05-29-2019 02:51 AM Select more complex indefinite points and test xcas or hp prime Code: normal(([int(1/(x^3+x+1), x), RE: [Bug] Calculus calculation in xcas - Wes Loewer - 05-29-2019 04:27 AM (05-29-2019 02:51 AM)yangyongkang Wrote: Select more complex indefinite points and test xcas or hp prime Actually, the Prime is able to find antiderivatives for some of these, but others not. Of the ones for which it could not, I tried a few on WolframAlpha and it also failed to find the antiderivatives. I didn't bother checking them all. Are there any of these that you listed that another CAS solves but Prime does not? Some functions simply don't have antiderivatives that can be expressed in closed form. You can't blame the Prime/xcas for not finding something that's not there. RE: [Bug] Calculus calculation in xcas - yangyongkang - 05-29-2019 05:08 AM [suggestion] supports region integration and Boolean functions For example, to calculate the area of a circle, we can do this Code: int(int(when(x^2+y^2<=r^2,1,0),x,-r,r),y,-r,r) RE: [Bug] Calculus calculation in xcas - yangyongkang - 05-29-2019 05:10 AM (05-29-2019 04:27 AM)Wes Loewer Wrote:(05-29-2019 02:51 AM)yangyongkang Wrote: Select more complex indefinite points and test xcas or hp prime This is just testing, not comparing, because these examples are complicated RE: [Bug] Calculus calculation in xcas - yangyongkang - 06-14-2019 08:34 AM The problem is not solved, there is a new fixed point problem RE: [Bug] Calculus calculation in xcas - yangyongkang - 10-25-2019 09:25 AM hello, every one.I am back again. The unhappy thing is that these bugs are still not solved, new firmware is coming out, I hope the new CAS version can solve these problems. |