Post Reply 
convert fractional power to radical
10-24-2017, 02:49 AM
Post: #5
RE: convert fractional power to radical
There is a way to do this in a program. You'd have to write a function as follows...
Convert the expression to a string. Then, wherever NTHROOT shows up in the string, substitute for dd NTHROOT x with x^(1/dd). Likewise, to go the other direction, search for x^(1/dd) and convert to dd NTHROOT x, still in string format.
Then call EXPR on the result.
Enjoy. Publish this if you write it :-)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
convert fractional power to radical - DrD - 09-27-2017, 03:04 PM
RE: convert fractional power to radical - webmasterpdx - 10-24-2017 02:49 AM



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