Don't Understand Solution
Don't Understand Solution
(OP)
Howdie.
I must confess ignorance of this solution (please see attached). I know my trig, geom, some calculus and linear algebra, but this solution is getting into unknown territory for me. Can anybody tell me what form of math this is, or is it just typical math wrapped in cryptic MathCAD syntax? It looks like it's saying something like,
"Take 2 * arctangent of a new variable (_z) only if (_z) is an element of the root of blah, blah, blah." If that is true, that is certainly easy enough to understand, but what the heck is (X721)?!
Thanks in advance,
treddie
I must confess ignorance of this solution (please see attached). I know my trig, geom, some calculus and linear algebra, but this solution is getting into unknown territory for me. Can anybody tell me what form of math this is, or is it just typical math wrapped in cryptic MathCAD syntax? It looks like it's saying something like,
"Take 2 * arctangent of a new variable (_z) only if (_z) is an element of the root of blah, blah, blah." If that is true, that is certainly easy enough to understand, but what the heck is (X721)?!
Thanks in advance,
treddie





RE: Don't Understand Solution
treddie
RE: Don't Understand Solution
RE: Don't Understand Solution
RE: Don't Understand Solution
RE: Don't Understand Solution
You don't say what you are solving for.
I often get answers that are in terms of RootOf( a polynomial of _Z ).
In this case I must solve for _Z symbolically or numerically and then substitute the answer for the RootOf(_Z) expression. I think your case is similar except you must solve for X721 and _z can be any one of the roots. What is curious is the ,X721 at the end. I doubt you will a symbolic answer but that is why I suggest posting this on the sci.math.symbolic use group. There are some very good mathematicians there and some have Mathematica and Maple and may solve this for you.
RE: Don't Understand Solution
miecz > Sorry. The solution was for (THETA1_2prime). (X721) is not defined earlier which makes the result frustrating.
PNachtwey > I am afraid you are correct. Unfortunately, I was REALLY hoping I would get back an analytical solution becuase that solution needs to go inside a ProEngineer Relation (which does not allow programming principles like FOR/NEXT, IF/ELSEIF, GOTO, etc. Go figure). I will pass this question on to sci.math.symbolic per your suggestion.
RE: Don't Understand Solution
However, given form of the given equation, it's probably unlikely to yield a closed-form solution.
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: Don't Understand Solution
IRstuff > I may want to look at giving one of those apps a try, not just for this particular problem, but for general use altogether. MathCAD seems like it has a lot of operational "holes" in it. Not always particularly user-friendly.
RE: Don't Understand Solution
RE: Don't Understand Solution
RE: Don't Understand Solution
This is one of the 'new' features that the new MuPad symbolic engine has introduced. It is slightly more pedantic about solutions, including complex numbers being an option and trig functions repeating on 2pi etc.
These extra variables beginning with an underscore are a way of allowing those multiple solutions to happen. For particular types of solutions there are a set of default variables that are used. They are "hidden" in the tutorials and quicksheets. It would be 'normal' to substitute the default result for a variable of your choosing after its first showing.
RE: Don't Understand Solution
Is there some good documentation on this other than the tutorials and quicksheets? It's such a drag going through a zillion tuts and qsheets to find the ones that apply, and dig out what's going on. If not, I'll just dig in and go for it.
treddie