hwschlec
Industrial
- Jun 18, 2009
- 1
Hi,
I'm trying to determine integration constants through the solve command, given that I have a set of boundary conditions. My problem is that one of the equations is equal to the object I'm trying to solve.
For example, I have:
F1 = A
F2 = A^3+B;
solve(F1,F2,'A,B')
then I get a warning that i have one equation and three variables. Does anyone know how to solve this?
Thanks!
I'm trying to determine integration constants through the solve command, given that I have a set of boundary conditions. My problem is that one of the equations is equal to the object I'm trying to solve.
For example, I have:
F1 = A
F2 = A^3+B;
solve(F1,F2,'A,B')
then I get a warning that i have one equation and three variables. Does anyone know how to solve this?
Thanks!