Find doesn't work in mathcad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Find doesn't work in mathcad
Hello PTC fam, it seems the Find function doesn't work at my end. Mind to take a look? I attached my file
Solved! Go to Solution.
- Labels:
-
Mathcad Usage
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Before "Given" you need to specify the initial value for the variable you want to find.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Before "Given" you need to specify the initial value for the variable you want to find.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you for the explanation. I did what you recommend and solved it. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
if you evaluate a solve block using numeric evaluation (the "normal" = ) you are forcing Mathcad to use numerical algorithms which require an initial guess value for the variable you are looking for, as VladimirN had shown.
If you evalute the solve block symbolically, no guess value is required:
But I think that In your case a numerical evaluation is more appropriate anyway.
You may want to look up the chapter on "Solving" in the Mathcad help for more details.
You may also use the "root" command instead of a solve block with "find". You can use "root" in two different flavors:
Either provide an appropriate range (in the example I used the range from 1 to 10^7)
or you again provide a guess value before using "root"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Why not solve it symbolically, to get an exact answer:
Success!
Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@LucMeekes wrote:
Why not solve it symbolically, to get an exact answer:
Maybe because is doesn't look that useful when doing it in Mathcad 15 rather than in MC11 😉
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
😀
