Problem Static
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Problem Static
Good afternoon group friends, I am a beginner in Mathcad, and I am not able to finish a static problem, if you can help me, thank you very much.
Solved! Go to Solution.
- Labels:
-
Mathcad Usage
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
What did you expect? You have not defined x and y so you cannot expect a numeric result.
You may let Prime evaluate symbolically, though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Welcome to Mathcad.
Due to PTC's greed, since you are using Prime version 5, many of us cannot see your problem. Consider posting a picture version as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
ok
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Follow the file in jpg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
What did you expect? You have not defined x and y so you cannot expect a numeric result.
You may let Prime evaluate symbolically, though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Werner, why the final answer did not show in "m", what I'm missing here. If you had to solve this problem through vectors would you do the same thing I did?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
That is due to your definition. You defined rp as rp:=[x y 0] m. This means that x and y, like 0 are just numbers, without units. I would be rp that contains x m, y m and 0 m.
If you're interested, you might try to find out what happens if you define rp as rp:=[x y 0] and then solve x and y.
Success!
Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks LucMeekes, but I did not quite understand the answer, rp = [x y 0] m is different from rp = [xm ym 0m]. I used it the way it said and it did not work, could you please give a practical example.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you Fred that's what I needed, clear and perfect explanation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sorry, Prime 5 worksheet. PDF attached.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for pointing out my error! (See the attached sheet for a long, devious correction and reason.)
But your solution also has an error: cross products are sensitive to order; both your solve block and your check have the order reversed
should be [-0.114 0.2 0]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You're right, as usual, Fred. I need to go back to school!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I ALWAYS have to check. . .
