| Author |
Comment/Response |
CSR
|
04/23/12 09:44am
Hi,
i am trying to solve a linear system of equations, i.e.:
Solve[{A224Spl ==
fsw*A224sw*Exp[-0.008*t1] + fse*A224se*Exp[-0.008*t2],
A223Spl == fsw*A223sw*Exp[-0.0025*t1] + fse*A223se*Exp[-0.0025*t2],
A228Spl ==
fsw*A228sw*Exp[-0.0000137*t1] + fse*A228se*Exp[-0.0000137*t2],
fsw + fse == 1}, {fse, fsw, t1, t2}]
the message I get is 'Solve::tdep: The equations appear to involve the variables to be \
solved for in an essentially non-algebraic way.'
has anyone got any suggestions?
many thanks
URL: , |
|