Given: Concentration = (ep-el) / (ep-em) * (em/el)1/3 * 100 where “ep
” and “em” are constants. Write a “C” program to determine “el” for
concentrations 0 to 100 step 10。
It is more like using numerical anasis, any one can help me on that?
"Numerical Analysis question" to solve a linear equation? You must be joking...
Get a basic math book (a very, very basic one) and try to solve something like "y=5x+2" for" x"
Solution: x=(y-2)/5 (JFYI)