MATLAB: How to solve the identity equation

first oderode

Hi, i need to solve this equation and convert the equation to put in MATLAB. However, i dont know how to solve this.
Let say,
A=(phi)'E
where E=(phi)'^(n-1)
So how do i solve to get
(phi)'= ??
Thank you in advance.

Best Answer

phi_prime times phi_prime^(n-1) is going to be phi_prime^n, so A = phi_prime^n so phi_prime = A^(1/n)