- #1
Jehannum
- 102
- 26
This question is no doubt absurdly simple to many here, but the answer will help me immensely.
Say that:
c = a ^ 4
Then it's simple to rearrange for a:
a = c ^ 0.25
But what if there is more than one term, for example:
c = a ^ 4 + a ^ 3
Is it possible to rearrange this to the form:
a = something?
Say that:
c = a ^ 4
Then it's simple to rearrange for a:
a = c ^ 0.25
But what if there is more than one term, for example:
c = a ^ 4 + a ^ 3
Is it possible to rearrange this to the form:
a = something?