error with combine((e^x) * e^y,e)
Publié : dim. oct. 07, 2018 2:12 pm
High BP
autosimplify(0):;
combine(ln(x)+ln(y),log), combine(ln(x)-ln(y),log)
=> ln(x*y), ln(x/y)
(a^x)*a^y, expand((a^x)*a^y), combine((e^x) * e^y,exp)
=> "a^x*a^y, a^(x+y), exp(x+y)
(a^x)/a^y, expand((a^x)/a^y), combine((e^x)/e^y,exp)
=> a^x/a^y, a^(x-y),exp(x-y)
combine((e^x) * e^y,e), combine((e^x) / e^y,e) =>
"combine(exp(x)*exp(y),exp(1))"
"Error: Bad Argument Value"
autosimplify(0):;
combine(ln(x)+ln(y),log), combine(ln(x)-ln(y),log)
=> ln(x*y), ln(x/y)
(a^x)*a^y, expand((a^x)*a^y), combine((e^x) * e^y,exp)
=> "a^x*a^y, a^(x+y), exp(x+y)
(a^x)/a^y, expand((a^x)/a^y), combine((e^x)/e^y,exp)
=> a^x/a^y, a^(x-y),exp(x-y)
combine((e^x) * e^y,e), combine((e^x) / e^y,e) =>
"combine(exp(x)*exp(y),exp(1))"
"Error: Bad Argument Value"