formula with radicals
|
03-26-2018, 11:09 AM
Post: #14
|
|||
|
|||
RE: formula with radicals
The CAS main task is to compute, for this reason evaluation does not necessarily return an answer that follow the conventions of one specific country. Fractional powers of integers will always evaluate to something with ^. You can convert symbolic expressions to NTHROOT with the following little function:
Code: f(ex):=subst(ex,'^',(a,b)->surd(a,inv(b))) |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)