mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Math

Reply
 
Thread Tools
Old 2009-05-26, 18:50   #1
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

175B16 Posts
Lightbulb Computer algebra system that handles error terms?

I was wondering if there was a CAS that could handle manipulations with big O error terms.

Mathematica has an O function, but it doesn't work properly:
Code:
> x^2 Log[x] + x Log[x]^2 + x / Log[x] + O[x]

O[x^1]
(it should be "x^2 Log[x] + x Log[x]^2 + O[x]")

But I'm interested in more than just cutting off small terms. I'd like to be able to do division
Code:
> (x^2 + 3)/(x^2 + O(x))

1 + O(1/x)
and harder functions like inverses and integrals
Code:
> inverse(x^2 + O(x), x)

Âħsqrt(x) + O(1)
(Note: the Os in my examples are about +infinity; a system handling other limits would be nice.)

Is there any system that can do this? If not, is there a reason? Is it harder than it seems?
CRGreathouse is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linear Algebra error question sashamkrt Msieve 5 2013-12-16 04:10
Error 3: Exponent not assigned to this computer rx7350 PrimeNet 2 2007-11-23 19:55
100 computer system MRiblett Hardware 9 2005-06-01 23:47
ERROR 3: Exponent not assigned to this computer. cd1940 PrimeNet 7 2004-10-03 10:01
HRF3.TXT now has computer-id and error code GP2 Data 2 2003-10-09 06:46

All times are UTC. The time now is 12:42.


Sat Jul 17 12:42:38 UTC 2021 up 50 days, 10:29, 1 user, load averages: 1.25, 1.41, 1.35

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.