CAS Simplify(log10) always changes to LN
|
06-22-2018, 11:15 AM
(This post was last modified: 06-22-2018 02:40 PM by DrD.)
Post: #2
|
|||
|
|||
RE: CAS Simplify(log10) always changes to LN
(06-21-2018 06:50 PM)scropsey Wrote: Is there a way to have the CAS simplify result in the base that is used? Using the approx() command: Number format: FIXED 2 approx(LOG(2)+LOG(6)); // ==> 1.08 approx(((2*ln(2)+ln(3))/(ln(2)+ln(5)))); // ==> 1.08 alog10(1.08); // ==> 12 (Using Ans1 as argument) [CAS] approx(log10(2)+log10(6)); // ==> 1.08 alog10(1.08); // ==> 12 (Using Ans1 as argument) -Dale- |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
CAS Simplify(log10) always changes to LN - scropsey - 06-21-2018, 06:50 PM
RE: CAS Simplify(log10) always changes to LN - DrD - 06-22-2018 11:15 AM
RE: CAS Simplify(log10) always changes to LN - Marcel - 06-22-2018, 12:02 PM
RE: CAS Simplify(log10) always changes to LN - Carsen - 06-22-2018, 05:43 PM
RE: CAS Simplify(log10) always changes to LN - Stevetuc - 06-25-2018, 06:19 AM
RE: CAS Simplify(log10) always changes to LN - Tim Wessman - 06-25-2018, 11:35 AM
|
User(s) browsing this thread: 1 Guest(s)