solving multiple eqns with solve block
solving multiple eqns with solve block
(OP)
i would like to solve an eqn within solve block using several inputs. please see my example mathcad sheet here:
www.mkoundouros.com/example1.mcd
many thanks
Mike
www.mkoundouros.com/example1.mcd
many thanks
Mike
RE: solving multiple eqns with solve block
thanks again.
RE: solving multiple eqns with solve block
You can define a function with your changing inputs as variables and assign the find function to it if you don't like the output:
R.F(T.app,V.app):find(f)
TTFN
RE: solving multiple eqns with solve block
I am using Mathcad 13 and it doesn't produce answers in its current form, as you seem to suggest.
Can you post a link to the mathcad file.
Ruien
RE: solving multiple eqns with solve block
Use RF(T.app[i,V.app[i)=
To get the answers:
2.0855
3.0252
2.9608
File is posted at:
http://collab.mathsoft.com/read?81355,11
TTFN
RE: solving multiple eqns with solve block
www.mkoundouros.com/soln.mcd
thanks again
Mike.