Aug 2, 2011 #1 drwhill Aerospace Joined Aug 2, 2011 Messages 2 Location GB Attached is a small section of my MathCad sheet that reports an error when trying to solve. I've relatively new to MathCAD but cannot see where my problem lies. Any help would be greatly appreciated Kind Regards David
Attached is a small section of my MathCad sheet that reports an error when trying to solve. I've relatively new to MathCAD but cannot see where my problem lies. Any help would be greatly appreciated Kind Regards David
Aug 2, 2011 Thread starter #2 drwhill Aerospace Joined Aug 2, 2011 Messages 2 Location GB I've spotted a slight error when i've created this example It should read: `case:=1..4 Giving 4 outputs rather than one... Upvote 0 Downvote
I've spotted a slight error when i've created this example It should read: `case:=1..4 Giving 4 outputs rather than one...
Aug 3, 2011 #3 Occupant Mechanical Joined Dec 8, 2006 Messages 355 Location US If you could re-post your file in either version 11 or 13, I could look at it. Otherwise, I'll have to try and find a version 14 somewhere and convert it myself - too much trouble. Upvote 0 Downvote
If you could re-post your file in either version 11 or 13, I could look at it. Otherwise, I'll have to try and find a version 14 somewhere and convert it myself - too much trouble.
Aug 3, 2011 #4 IRstuff Aerospace Joined Jun 3, 2002 Messages 44,888 Location US I don't see where you've defined R.A.case and R.B.case. moreover, for problems like this, you should define a function, e.g.: P.A:guess P.B:guess Given ... solution(R.A,R.B):find(P.A,P.B) then pass R.A and R.B vectors to solution() TTFN FAQ731-376 Chinese prisoner wins Nobel Peace Prize Upvote 0 Downvote
I don't see where you've defined R.A.case and R.B.case. moreover, for problems like this, you should define a function, e.g.: P.A:guess P.B:guess Given ... solution(R.A,R.B):find(P.A,P.B) then pass R.A and R.B vectors to solution() TTFN FAQ731-376 Chinese prisoner wins Nobel Peace Prize