Post Reply 
Absolute value: sometimes CAS is very clever, sometimes not!
09-09-2018, 09:56 AM (This post was last modified: 09-09-2018 09:58 AM by ijabbott.)
Post: #25
RE: Absolute value: sometimes CAS is very clever, sometimes not!
Here are a few one liners to illustrate the problem:

  1. domain(ln(x),x) →x>0
  2. simplify(domain(ln(x),x))→x>0
  3. domain(1/x,x)→x≠0
  4. simplify(domain(1/x,x))→1 «???»


Specifically, the bad simplification on line 4 is the problem.

Perhaps the domain on line 3 could be expressed as x<0 OR x>0 to avoid the bad simplification?

— Ian Abbott
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Absolute value: sometimes CAS is very clever, sometimes not! - ijabbott - 09-09-2018 09:56 AM



User(s) browsing this thread: 9 Guest(s)