Jan 28, 2006 #1 mkoundo New member Joined Jan 28, 2006 Messages 5 Location GB i would like to solve an eqn within solve block using several inputs. please see my example mathcad sheet here: http://www.mkoundouros.com/example1.mcd many thanks Mike
i would like to solve an eqn within solve block using several inputs. please see my example mathcad sheet here: http://www.mkoundouros.com/example1.mcd many thanks Mike
Jan 28, 2006 Thread starter #2 mkoundo New member Joined Jan 28, 2006 Messages 5 Location GB PS i am using mathcad version 2001i Professional. thanks again. Upvote 0 Downvote
Jan 28, 2006 #3 IRstuff Aerospace Joined Jun 3, 2002 Messages 44,888 Location US Seems to producing answers to me... 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 Upvote 0 Downvote
Seems to producing answers to me... 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
Jan 28, 2006 #4 Ruien Electrical Joined May 23, 2004 Messages 1 Location US IRstuff, 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 Upvote 0 Downvote
IRstuff, 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
Jan 28, 2006 #5 IRstuff Aerospace Joined Jun 3, 2002 Messages 44,888 Location US What I gave works in either 11 or 13 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 Upvote 0 Downvote
What I gave works in either 11 or 13 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
Jan 29, 2006 Thread starter #6 mkoundo New member Joined Jan 28, 2006 Messages 5 Location GB The function method suggested by TTFN works fine in 2001i pro. http://www.mkoundouros.com/soln.mcd thanks again Mike. Upvote 0 Downvote
The function method suggested by TTFN works fine in 2001i pro. http://www.mkoundouros.com/soln.mcd thanks again Mike.