Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Given Find Problem

Status
Not open for further replies.

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
 
I've spotted a slight error when i've created this example


It should read:

`case:=1..4

Giving 4 outputs rather than one...

 
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.
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top