I have an unknown variable that is to the power of 4 I need to find it

1 view (last 30 days)
Here is the equation: q = e*Sigma*A*(T^4) All are known values except the T is there a command I can use like solve(T) that will automatically solve T for me without re-writting the whole equation with T on the left side of the = sigh. Also If I want to write the equation again with the T on the left sign how can I do a sqrt to the 4th level?

Answers (1)

KSSV
KSSV on 21 Oct 2016
doc vpasolve
  2 Comments
KSSV
KSSV on 21 Oct 2016
Read about vpasolve......type doc vpasolve in your matlab, it gives documentation of it.

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!