Can`t define a "chain" of equations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Can`t define a "chain" of equations
Hi!
I`m new to mathcad and I couldn`t find any solution for my problem in the internet and here. I`ve attached a picture with my problem, where I`ve solved an equation and couldn`t define a solved variable(marked in green) so it will be used in the next equations (I needed to define it manually).
Tnx for the help in advance!
P.S. I`m using mathCAD Prime 4.0
Solved! Go to Solution.
- Labels:
-
Other
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can assign your solved euation (Vauss=pi*..... ---solve R--->) to a variable, much like:
Then you can access the individual results (if there are more).
If you're lucky, you can constrain the symbolic output to just the one solution you need. But be warned, controlling the output of the symbolic solver is difficult; you may not be able to get exactly what you want...
In your present case, given the equation to be solved, you can just pick the absolute value of the first solution...
Success!
Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can assign your solved euation (Vauss=pi*..... ---solve R--->) to a variable, much like:
Then you can access the individual results (if there are more).
If you're lucky, you can constrain the symbolic output to just the one solution you need. But be warned, controlling the output of the symbolic solver is difficult; you may not be able to get exactly what you want...
In your present case, given the equation to be solved, you can just pick the absolute value of the first solution...
Success!
Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
As it looks like you are only interested in positive values, you may consider using the assume option:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Tnx a lot!
