Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 4 years ago

EconJohn gravatar image

The quick and dirty code for this is:

x,a,c = var('x a c') assume(x>0,a>0,c>0) solve(x^a - c== 0,x)

click to hide/show revision 2
No.2 Revision

The quick and dirty code for this is:

x,a,c = var('x a c') assume(x>0,a>0,c>0) solve(x^a - c== 0,x)

click to hide/show revision 3
No.3 Revision

The quick and dirty code for this is:

x,a,c = var('x a c')
 assume(x>0,a>0,c>0)
 solve(x^a - c== 0,x)

0,x)
click to hide/show revision 4
No.4 Revision

The quick and dirty code for this is:

x,a,c = var('x a c')
assume(x>0,a>0,c>0)
solve(x^a - c== 0,x)